smui-example-rollup
smui-example-rollup copied to clipboard
Problem with @material/typography: 5.1.0
If the latest material/typography is used:
"@material/typography": "^5.1.0",
..svelte does not compile:
bundles src/main.js → public\bundle.js...
[!] (plugin postcss) Error: Invalid CSS after "...eting-functions": expected expression (e.g. 1px, bold), was ".all()) {"
node_modules\@smui\button\_index.scss
Error: Invalid CSS after "...eting-functions": expected expression (e.g. 1px, bold), was ".all()) {" at options.error (F:\PROJECTS\VISUAL STUDIO\*********\node_modules\node-sass\lib\index.js:291:26)
I haven’t added support for the latest MDC components yet. You have to use earlier versions for now. :( I’ll try to work on this soon.