Skip to content

Commit

Permalink
fix: publish .css files for @import-ing
Browse files Browse the repository at this point in the history
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
  • Loading branch information
asyncLiz authored and copybara-github committed Mar 20, 2024
1 parent 9bab87f commit cde649c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"**/*.js.map",
"**/*.d.ts",
"**/*.scss",
"**/*.css",
"**/*.css.map",
"!web-test-runner.config.js",
"!commitlint.config.js",
"!**/test/**",
Expand Down

0 comments on commit cde649c

Please sign in to comment.