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
Our custom component wraps a third party Carousel. We'd like to incorporate the third party css into the module but need to mark it as global.
I have used the following in the .scss file
:global { @import 'node_modules/swiper/swiper.scss'; @import 'node_modules/swiper/modules/pagination/pagination.scss'; }
this is the correct syntax, but it errors with "Missing whitespace before :global "
Any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered:
Hey, did you ever find a solution?
Sorry, something went wrong.
No branches or pull requests
Our custom component wraps a third party Carousel. We'd like to incorporate the third party css into the module but need to mark it as global.
I have used the following in the .scss file
this is the correct syntax, but it errors with "Missing whitespace before :global "
Any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered: