sitetent / tentcss

:herb: A CSS survival kit. Includes only the essentials to make camp.
http://css.sitetent.com/
MIT License
406 stars 31 forks source link

Consistent naming conventions for null modifiers #6

Closed ulinaaron closed 7 years ago

ulinaaron commented 7 years ago

Currently the list object has a modifier entitled .list--nulled while there are standalone utilities entitled .padding-null and .margin-null. This was a slight oversight during the initial development and release of the framework. My plan is to phase out .padding-null and .margin-null and replace them with .padding-nulled and .margin-nulled. The past-tense "nulled" seems more appropriate as these are classes in which an action has been taken place.

I'll leave this one open for a while for feedback, otherwise will be moving forward with having this is as a core highlight of v1.4.0.

ulinaaron commented 7 years ago

Solved with PR #9 and v1.4.0 release