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 @@ -204,6 +204,7 @@ view =
204
204
## Releases
205
205
| Version | Notes |
206
206
| ------- | ----- |
207
+ | [ ** 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!
207
208
| [ ** 5.0.0** ] ( https://github.com/rtfeldman/elm-css/tree/5.0.0 ) | Have ` compile ` accept multiple files, add more keywords.
208
209
| [ ** 4.0.2** ] ( https://github.com/rtfeldman/elm-css/tree/4.0.2 ) | Fix for [ #140 ] ( https://github.com/rtfeldman/elm-css/issues/140 )
209
210
| [ ** 4.0.1** ] ( https://github.com/rtfeldman/elm-css/tree/4.0.1 ) | Fix for [ #136 ] ( https://github.com/rtfeldman/elm-css/issues/136 )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 5 .0.0" ,
2
+ "version" : " 6 .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