Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
add some new semantic UI classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jul 2, 2017
1 parent d42e321 commit af22de8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

group 'io.kweb'
version '0.2.5'
version '0.2.6'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ class SemanticUIClasses : AttributeBuilder() {
return this
}

val items : SemanticUIClasses get() {
classes("items")
return this
}

val labeled : SemanticUIClasses get() {
classes("labeled")
return this
Expand Down

0 comments on commit af22de8

Please sign in to comment.