kristoferjoseph / postcss-modular-scale

PostCSS plugin for adding modular scale to your styles
MIT License
53 stars 9 forks source link

The ms() no semantics #4

Closed yisibl closed 9 years ago

yisibl commented 9 years ago

The naming of CSS is semantic.

kristoferjoseph commented 9 years ago

?

yisibl commented 9 years ago

You should use a more semantic name, e.g. modular-scale()

kristoferjoseph commented 9 years ago

The ms() is inline with other shortened function names in the CSS spec. For instance calc() is not calculation(). I would rather type ms than modular-scale every time.