linkedin / css-blocks

High performance, maintainable stylesheets.
http://css-blocks.com/
BSD 2-Clause "Simplified" License
6.33k stars 152 forks source link

feat: style-of helper should error if a non-analyzed attribute or parameter is provided. #396

Closed chriseppstein closed 4 years ago

chriseppstein commented 4 years ago

right now we just silently drop these arguments on the floor.

chriseppstein commented 4 years ago

Similar to #395, if we find some attributes in the style-of helper params or hash that aren't related to css-blocks we should error.

abritinthebay commented 4 years ago

Question: Error... or warn?