File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ Now `zIndex 9999` is available to use inside our `Stylesheet`.
216
216
## Releases
217
217
| Version | Notes |
218
218
| ------- | ----- |
219
+ | [ ** 7.0.0** ] ( https://github.com/rtfeldman/elm-css/tree/7.0.0 ) | Switch from ` (#) ` and ` (.) ` to ` class ` and ` id `
219
220
| [ ** 6.1.0** ] ( https://github.com/rtfeldman/elm-css/tree/6.1.0 ) | Add box styles and table display options.
220
221
| [ ** 6.0.0** ] ( https://github.com/rtfeldman/elm-css/tree/6.0.0 ) | ` float ` is now ` num ` . Length units expose type aliases, e.g. ` Px ` . Many new keywords!
221
222
| [ ** 5.0.0** ] ( https://github.com/rtfeldman/elm-css/tree/5.0.0 ) | Have ` compile ` accept multiple files, add more keywords.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7 .0.0" ,
2
+ "version" : " 8 .0.0" ,
3
3
"summary" : " CSS Preprocessor for Elm" ,
4
4
"repository" : " https://github.com/rtfeldman/elm-css.git" ,
5
5
"license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments