[MDC-LIST] missing core-styles mixin
See original GitHub issueBug report
Suggested by the docs styles usage does not work - core-styles
mixin is missing.
@use "@material/list";
@include list.core-styles;
Your Environment:
Software | Version(s) |
---|---|
MDC Web | 11.0.0 |
Additional context
I see that the original styles have been renamed to deprecated so have a lot of original mixins.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Material Design tab-Indicator Mixin Undefined - Stack Overflow
I'm new to this framework and using sass so I'm sure I'm missing something. App.scss looks like this: @use "@material/theme" with ( $primary ......
Read more >material-components-web: packages/mdc-list/_mixins.scss
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Sass/SCSS source code syntax highlighting...
Read more >@material/notched-outline | Yarn - Package Manager
... dialog: Separate static styles from dialog core-styles mixin (43d2eed) ... select: empty space around mdc-list-item__text spans removed in select markup ...
Read more >@material/dialog - npm
Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks. There are four types of ...
Read more >Dialogs - Material Design
For example, to instantiate an MDC List inside of a simple or confirmation ... Note: The max-width and max-height mixins only apply their...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue with evolution styles is that there are no docs on how to use them. I’ve tried building core styles myself but without dom structure understanding it is a bit hard
Looks like the list has not been promoted from “evolution” yet. The following should work