Skip to content

Commit a6270e6

Browse files
committed
Run sbt generateInstallInstructions
1 parent 0ff339d commit a6270e6

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

README.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,38 @@ Artifacts are published to Bintray and synced to Bintray JCenter. For SBT use `r
5151

5252
#### Artifact
5353

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"` |
6668

6769

6870
### Import
6971

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+
8286

8387
<!-- End autogenerated via sbt generateInstallInstructions -->
8488

0 commit comments

Comments
 (0)