Skip to content

Commit

Permalink
fix: regenerate classes
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Jan 4, 2024
1 parent a5e3ea7 commit 19236d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2989,12 +2989,6 @@ public class BootstrapClasses : AttributeBuilder() {
return this
}

public val 708: BootstrapClasses
get() {
classes("708")
return this
}

public val accordionButton: BootstrapClasses
get() {
classes("accordion-button")
Expand Down Expand Up @@ -3301,12 +3295,6 @@ public class BootstrapClasses : AttributeBuilder() {
return this
}

public val 293: BootstrapClasses
get() {
classes("293")
return this
}

public val btnCloseWhite: BootstrapClasses
get() {
classes("btn-close-white")
Expand Down Expand Up @@ -3613,12 +3601,6 @@ public class BootstrapClasses : AttributeBuilder() {
return this
}

public val 708l6: BootstrapClasses
get() {
classes("708l-6")
return this
}

public val carouselIndicators: BootstrapClasses
get() {
classes("carousel-indicators")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public class BootstrapIconsPlugin : KwebPlugin() {

public val bootstrapIconsPlugin: BootstrapIconsPlugin get() = BootstrapIconsPlugin()

public val bootstrapIcons: BootstrapIconsClasses = BootstrapIconsClasses()
//public val bootstrapIcons: BootstrapIconsClasses = BootstrapIconsClasses()

0 comments on commit 19236d2

Please sign in to comment.