We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e3139 commit f447939Copy full SHA for f447939
README.md
@@ -116,7 +116,7 @@ SvelteApp
116
preprocess: [
117
cssModules({
118
localIdentName: '[path][name]__[local]',
119
- getLocalIdent: ( context, { interpolatedName }) => {
+ getLocalIdent: (context, { interpolatedName }) => {
120
return interpolatedName.toLowerCase().replace('src_', '');
121
// svelteapp_components_button__red;
122
}
0 commit comments