Skip to content
New issue

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

How do I use scss with shadow root? #66

Closed
MosheZemah opened this issue Dec 31, 2019 · 1 comment
Closed

How do I use scss with shadow root? #66

MosheZemah opened this issue Dec 31, 2019 · 1 comment

Comments

@MosheZemah
Copy link

Can you please provide an example of using scss styles (how do I configure the webpack?)
Thanks

@Wildhoney
Copy link
Owner

We have an example in the README.

Something like the following but with your sass-loader added into the mix:

{
    test: /\.css$/,
    loader: ['to-string-loader', 'css-loader']
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants