Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Extract css (#7)
Browse files Browse the repository at this point in the history
* Extract css separately

* 0.2.0
  • Loading branch information
raymondjacobson committed Jun 16, 2020
1 parent 5785249 commit 2f70f52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/stems/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/stems/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@audius/stems",
"version": "0.1.6",
"version": "0.2.0",
"description": "The Audius React component library",
"author": "",
"license": "",
Expand Down
5 changes: 2 additions & 3 deletions packages/stems/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ export default {
postcssCustomProperties({
// Don't preserve var names so they cannot be overridden
preserve: false,
importFrom: [
'src/assets/styles/animations.css'
]
importFrom: ['src/assets/styles/animations.css']
})
],
extract: 'dist/stems.css',
modules: true
}),
url(),
Expand Down

0 comments on commit 2f70f52

Please sign in to comment.