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
I wonder why your builder appears to be compiling vanillajs-datepicker/scss/datepicker.scss despite the "/css/", ".css" in your import statement. (There is a line: @import 'mixins'; in that .scss file.)
Hi, I'm using this package inside my own NPM package which is then used in separate project.
For development reasons I'm testing my package locally using
npm link
. My project then cannot build due to this error:The import looks like this:
@import 'vanillajs-datepicker/css/datepicker.css';
The text was updated successfully, but these errors were encountered: