Skip to content

Commit f447939

Browse files
author
Michael Vurchio
committed
Remove extra space
1 parent 05e3139 commit f447939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ SvelteApp
116116
preprocess: [
117117
cssModules({
118118
localIdentName: '[path][name]__[local]',
119-
getLocalIdent: ( context, { interpolatedName }) => {
119+
getLocalIdent: (context, { interpolatedName }) => {
120120
return interpolatedName.toLowerCase().replace('src_', '');
121121
// svelteapp_components_button__red;
122122
}

0 commit comments

Comments
 (0)