smui-example-rollup icon indicating copy to clipboard operation
smui-example-rollup copied to clipboard

Problem with @material/typography: 5.1.0

Open ioannist opened this issue 4 years ago • 1 comments

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)

ioannist avatar Feb 27 '20 16:02 ioannist

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.

hperrin avatar Feb 27 '20 18:02 hperrin