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 af22de8 commit 119aa6e
Show file tree
Hide file tree
Showing 2 changed files with 9 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.6'
version '0.2.7'

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

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

val centered : SemanticUIClasses get() {
classes("centered")
Expand Down Expand Up @@ -230,6 +234,10 @@ class SemanticUIClasses : AttributeBuilder() {
return this
}

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

val header : SemanticUIClasses get() {
classes("header")
Expand Down

0 comments on commit 119aa6e

Please sign in to comment.