We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88e750 commit 7eb1f2bCopy full SHA for 7eb1f2b
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
+### Fixed
10
+- Fix missing stylesheets in npm package
11
12
## [21.0.0] - 2022-11-25
13
### Changed
package.json
@@ -15,7 +15,7 @@
15
"license": "MIT",
16
"scripts": {
17
"prepare": "husky install && node generate-fixtures.js",
18
- "compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.module.scss' 'dist/src'",
+ "compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.scss' 'dist/src'",
19
"test": "jest",
20
"start": "ladle serve",
21
"build": "ladle build",
0 commit comments