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
This commit is contained in:
Elizabeth Mitchell 2024-03-20 16:39:27 -07:00 committed by Copybara-Service
parent 9bab87fde8
commit cde649c83b

View File

@ -39,6 +39,8 @@
"**/*.js.map",
"**/*.d.ts",
"**/*.scss",
"**/*.css",
"**/*.css.map",
"!web-test-runner.config.js",
"!commitlint.config.js",
"!**/test/**",