Skip to content

Commit cde649c

Browse files
asyncLizcopybara-github
authored andcommitted
fix: publish .css files for @import-ing
Note: `./internal/*.css` files are still private and may unexpectedly change between versions. This change allows for importing public stylesheets like typography: ```css @import '~@material/web/typography/md-typescale-styles.css'; ``` PiperOrigin-RevId: 617659298
1 parent 9bab87f commit cde649c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"**/*.js.map",
4040
"**/*.d.ts",
4141
"**/*.scss",
42+
"**/*.css",
43+
"**/*.css.map",
4244
"!web-test-runner.config.js",
4345
"!commitlint.config.js",
4446
"!**/test/**",

0 commit comments

Comments
 (0)