-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Description
this works well
:local(.selectLocale) {
background: url(SelectLocale72x72.png) no-repeat 90% #eee;
}
This (without brackets)
:local .selectLocale {
background: url(SelectLocale72x72.png) no-repeat 90% #eee;
}
throws an error
ERROR in ./~/css-loader!./~/cssnext-loader!./src/components/SelectLocale.css
Module not found: Error: Cannot resolve module 'SelectLocale72x72.png'
That's a bug, right? Or I missed something? What form should I use? Very confusing and unexpected. I've read a mention about that, but it explained nothing to me :(
Metadata
Metadata
Assignees
Labels
No labels