© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mario Giambanco
Director of User Experience Development
.class_name
I never understand why people use -'s. You can't double click on the class name and select the entire thing.
Marco Alka
Software Engineer, Technical Consultant & Mentor
Hyphens work nicely as separators of parts of the name, for example
<namespace>-<block>__<element>--<modified>@<breakpoint>
However you are right, maybe I should give underscores a try for the pure part-names
Tigran Sargsyan
Freelancer
You made me think. To highlight entire simple selector in CSS on double click, in Sublime Text, I added this:
"word_separators": "/\':,;<>~!@^&*|+{}`~?"
in "Preferences -> Settings - Syntax Specific". How did I live without this before?! :)