elm-styled icon indicating copy to clipboard operation
elm-styled copied to clipboard

Warnings

Open k15a opened this issue 7 years ago • 0 comments

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

k15a avatar Mar 19 '17 14:03 k15a