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
then they could (depending on the build setup) be imported with @import '~gorko'; instead of @import 'node_modules/gorko/gorko.scss'; (or @import '~gorko/gorko.scss';)
If
package.json
would containthen they could (depending on the build setup) be imported with
@import '~gorko';
instead of@import 'node_modules/gorko/gorko.scss';
(or@import '~gorko/gorko.scss';
)Example where that is shown: https://symfonycasts.com/screencast/webpack-encore/css (relevant part starts at 2:37 min)
Also see https://stackoverflow.com/questions/32037150/style-field-in-package-json
Is there anything against it?
The text was updated successfully, but these errors were encountered: