Closed boutell closed 10 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.
These are in the standard templates which are essentially samples and always overridden, so it's OK.
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.