We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im trying to import other styles from node modules, ie Swiper css, maybe im doing it wrong? @import '~swiper/swiper-bundle.min.css';
The text was updated successfully, but these errors were encountered:
@peacheszm Sorry for the late reply.
You can load other stylesheets in Sass files by @use.
@use
For example: src/sass/main.scss
src/sass/main.scss
@charset "UTF-8"; @use '../../node_modules/swiper/swiper-bundle.min.css'; @use 'foundation'; @use 'layouts';
Sorry, something went wrong.
No branches or pull requests
Im trying to import other styles from node modules, ie Swiper css, maybe im doing it wrong?
@import '~swiper/swiper-bundle.min.css';
The text was updated successfully, but these errors were encountered: