apostrophecms / apostrophe-blog

Blogging for the Apostrophe 2 content management system for Node.
22 stars 13 forks source link

Stomp out unprefixed classes in modules #3

Closed boutell closed 10 years ago

boutell commented 11 years ago

The blog module contains class names like:

column-element column-2

Etc.

This should never happen in one of our npm modules. It precludes the developer from using these very common names for their own stuff without unexpected consequences.

Every CSS class that appears in an npm module should have an apos- prefix.

boutell commented 10 years ago

These are in the standard templates which are essentially samples and always overridden, so it's OK.