You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the generated classes from CSS modules only include the hash by default, which makes identifying that class at a glance quite difficult. I think most people would probably prefer generated class names that look more like NavBar__container__dsRsJ_0, which current requires this option in vue.config.js:
chrisvfritz
changed the title
Use more unique default localIdentName for CSS modules
Use more meaningful default localIdentName for CSS modules
Feb 9, 2018
chrisvfritz
changed the title
Use more meaningful default localIdentName for CSS modules
More meaningful default localIdentName for CSS modules
Feb 9, 2018
What problem does this feature solve?
Currently, the generated classes from CSS modules only include the hash by default, which makes identifying that class at a glance quite difficult. I think most people would probably prefer generated class names that look more like
NavBar__container__dsRsJ_0
, which current requires this option invue.config.js
:What does the proposed API look like?
What are thoughts on the
localIdentName
above being the default?The text was updated successfully, but these errors were encountered: