diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e22e9..40227f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3] - 2020-07-06 + +### Fixed + +- Fix css build +- + ## [0.4.2] - 2020-07-05 ### Fixed diff --git a/package.json b/package.json index 3fc93c8..9b0820b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-pro-sidebar", - "version": "0.4.2", + "version": "0.4.3", "description": "React sidebar library with dropdown menus and unlimit number of nested submenus", "main": "dist/index.js", "module": "dist/index.es.js", @@ -13,7 +13,8 @@ "private": false, "scripts": { "clean": "rimraf dist", - "build": "rollup -c", + "build:sass": "node-sass src/scss/styles.scss dist/css/styles.css", + "build": "rollup -c && yarn build:sass ", "start": "rollup -c -w", "start:demo": "cross-env PORT=4747 yarn --cwd ./demo start", "start:all": "concurrently \" yarn start\" \" yarn start:demo\"", @@ -47,6 +48,7 @@ "gh-pages": "^2.2.0", "husky": "^4.2.5", "lint-staged": "^10.2.2", + "node-sass": "^4.14.1", "prettier": "^2.0.5", "rimraf": "^3.0.2", "rollup": "^2.7.6", diff --git a/yarn.lock b/yarn.lock index 7cebfd0..586229e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2761,7 +2761,7 @@ node-gyp@^3.8.0: tar "^2.0.0" which "1" -node-sass@4: +node-sass@4, node-sass@^4.14.1: version "4.14.1" resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==