CSS-Selector-Minifier is a Python package that minifies CSS class and id names in CSS, HTML and JavaScript files. It's a custom made project and it may not meet your requirements. I decided to share ...
Stylelint rule for CSS modules to prevent usage of global-scoped selectors. To be scoped locally a selector must contain at least one local class or id, otherwise the selector can have unwanted ...