@@ -51,34 +51,38 @@ Artifacts are published to Bintray and synced to Bintray JCenter. For SBT use `r
51
51
52
52
#### Artifact
53
53
54
- | CSS Framework | Library | SBT module ID |
55
- | ---------------| --------------------------| --------------------------------------------------------------------|
56
- | Bootstrap 3 | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bootstrap3_scalatags" % "0.6.0" ` |
57
- | Bootstrap 3 | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bootstrap3_scalajsreact" % "0.6.0" ` |
58
- | Bootstrap 4 | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bootstrap4_scalatags" % "0.6.0" ` |
59
- | Bootstrap 4 | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bootstrap4_scalajsreact" % "0.6.0" ` |
60
- | Bulma | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bulma_scalatags" % "0.6.0" ` |
61
- | Bulma | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bulma_scalajsreact" % "0.6.0" ` |
62
- | Semantic UI | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "semanticui_scalatags" % "0.6.0" ` |
63
- | Semantic UI | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "semanticui_scalajsreact" % "0.6.0" ` |
64
- | Fomantic UI | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "fomanticui_scalatags" % "0.6.0" ` |
65
- | Fomantic UI | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "fomanticui_scalajsreact" % "0.6.0" ` |
54
+ | CSS library | Scala DOM library | SBT Module ID |
55
+ | --------------| --------------------------| ---------------------------------------------------------------------|
56
+ | Bootstrap 3 | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bootstrap3_scalatags" % "0.7.1" ` |
57
+ | Bootstrap 3 | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bootstrap3_scalajsreact" % "0.7.1" ` |
58
+ | Bootstrap 4 | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bootstrap4_scalatags" % "0.7.1" ` |
59
+ | Bootstrap 4 | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bootstrap4_scalajsreact" % "0.7.1" ` |
60
+ | Bulma | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "bulma_scalatags" % "0.7.1" ` |
61
+ | Bulma | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "bulma_scalajsreact" % "0.7.1" ` |
62
+ | Fomantic UI | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "fomanticui_scalatags" % "0.7.1" ` |
63
+ | Fomantic UI | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "fomanticui_scalajsreact" % "0.7.1" ` |
64
+ | Font Awesome | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "fontawesome_scalatags" % "0.7.1" ` |
65
+ | Font Awesome | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "fontawesome_scalajsreact" % "0.7.1" ` |
66
+ | Semantic UI | ` scalatags.Text ` (JVM) | ` "io.github.nafg.css-dsl" %% "semanticui_scalatags" % "0.7.1" ` |
67
+ | Semantic UI | scalajs-react (scala.js) | ` "io.github.nafg.css-dsl" %%% "semanticui_scalajsreact" % "0.7.1" ` |
66
68
67
69
68
70
### Import
69
71
70
- | Framework | Prefix | Import |
71
- | -------------| --------| -------------------------------------|
72
- | Bootstrap 3 | None | ` import cssdsl.bootstrap3.Dsl._ ` |
73
- | Bootstrap 3 | ` bs ` | ` import cssdsl.bootstrap3.BsDsl._ ` |
74
- | Bootstrap 3 | ` bs3 ` | ` import cssdsl.bootstrap3.Bs3Dsl._ ` |
75
- | Bootstrap 4 | None | ` import cssdsl.bootstrap4.Dsl._ ` |
76
- | Bootstrap 4 | ` bs ` | ` import cssdsl.bootstrap4.BsDsl._ ` |
77
- | Bootstrap 4 | ` bs4 ` | ` import cssdsl.bootstrap4.Bs4Dsl._ ` |
78
- | Bulma | None | ` import cssdsl.bulma.Dsl._ ` |
79
- | Bulma | ` b ` | ` import cssdsl.bulma.BDsl._ ` |
80
- | Semantic UI | ` s ` | ` import cssdsl.semanticui.SDsl._ ` |
81
- | Fomantic UI | ` f ` | ` import cssdsl.fomanticui.FDsl._ ` |
72
+ | CSS library | Prefix | Import |
73
+ | --------------| --------| -------------------------------------|
74
+ | Bootstrap 3 | None | ` import cssdsl.bootstrap3.Dsl._ ` |
75
+ | Bootstrap 3 | ` bs ` | ` import cssdsl.bootstrap3.BsDsl._ ` |
76
+ | Bootstrap 3 | ` bs3 ` | ` import cssdsl.bootstrap3.Bs3Dsl._ ` |
77
+ | Bootstrap 4 | None | ` import cssdsl.bootstrap4.Dsl._ ` |
78
+ | Bootstrap 4 | ` bs ` | ` import cssdsl.bootstrap4.BsDsl._ ` |
79
+ | Bootstrap 4 | ` bs4 ` | ` import cssdsl.bootstrap4.Bs4Dsl._ ` |
80
+ | Bulma | None | ` import cssdsl.bulma.Dsl._ ` |
81
+ | Bulma | ` b ` | ` import cssdsl.bulma.BDsl._ ` |
82
+ | Fomantic UI | ` f ` | ` import cssdsl.fomanticui.FDsl._ ` |
83
+ | Font Awesome | ` fa ` | ` import cssdsl.fontawesome.FaDsl._ ` |
84
+ | Semantic UI | ` s ` | ` import cssdsl.semanticui.SDsl._ ` |
85
+
82
86
83
87
<!-- End autogenerated via sbt generateInstallInstructions -->
84
88
0 commit comments