elm-styled
elm-styled copied to clipboard
Warnings
Elm can type check pretty much but some CSS declaration have some other limitation. I would like to add warnings if they get ignored.
- [ ] steps first argument has to be positive
- [ ] animationIterationCount has to be positive
- [ ] cubicBezier x1 x2 has to be between 0 and 1
- [ ] validate colors (hex, rgb, hsl)
- [ ] opacity has to be between 0 and 1
- [ ] flexBasis, flexGrow, flexShrink have to be positive
- [ ] columnCount and columnGap have to be positive