question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to import scss؟

See original GitHub issue

Hi, I don’t know how to import scss. I want to customize the button style using the filled-accessible feature, but it gives an error.

That’s how I imported @use "material-components-web/material-components-web";

I am from Iran, my English is not good, I hope you have understood, thank you❤

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
allan-chencommented, May 15, 2020

One more attempt: what about @use "@material/tab-bar/mixins";?

Edit: Followed by @include mixins.density(-1);

0reactions
danialBakhtiary513commented, May 17, 2020

Great! This may be another SASS loader bug. Wonder if it’s loosely related to webpack-contrib/sass-loader#804.

Will this bug be fixed in the near future or will it remain the same?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sass: @import
Sass extends CSS's @import rule with the ability to import Sass and CSS stylesheets, providing access to mixins, functions, and variables and combining ......
Read more >
Sass @import and Partials - W3Schools
Sass Importing Files ... Just like CSS, Sass also supports the @import directive. The @import directive allows you to include the content of...
Read more >
Sass - Importing files and partials - TutorialsTeacher
One of the best uses of the Sass @import directive is to create separate files containing all the standard definitions for your site-colors,...
Read more >
Stop using @import with Sass | @use and @forward explained
Keep up to date with my Sass course: https://beyondcss.dev/?utm_campaign=OlderYouTubeVideos&utm_source=YouTubeThe use of @ import has been ...
Read more >
Sass/SCSS Importing Tutorial - KoderHQ
Sass allows us to create small snippets of code in separate files and combine them into a single compiled CSS file, similar to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found