Hacker News new | ask | show | jobs
by ianstormtaylor 4989 days ago
True. I'm just advocating for removing the pattern-level classes. The component-level and context-level classes should still remain. Component-level would be `.dropdown` and context-level would be `.user-dropdown` or `.explore-page .dropdown`. Those should be selected and javascript'ed.

But that way all of the purely presentational classes are kept completely in the CSS where they belong.