Merge pull request #71 from coreui/temp-fix-dropup
chore: fix css build scripts
This commit is contained in:
commit
5b4bc4621d
@ -36,8 +36,8 @@
|
|||||||
"react-scripts": "^1.1.4"
|
"react-scripts": "^1.1.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
|
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
|
||||||
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
|
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
|
||||||
"start-js": "react-scripts start",
|
"start-js": "react-scripts start",
|
||||||
"start": "npm-run-all -p watch-css start-js",
|
"start": "npm-run-all -p watch-css start-js",
|
||||||
"build-js": "react-scripts build",
|
"build-js": "react-scripts build",
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
@import "variables";
|
@import "variables";
|
||||||
|
|
||||||
// Import styles
|
// Import styles
|
||||||
@import "../../node_modules/@coreui/coreui/scss/coreui";
|
@import "@coreui/coreui/scss/coreui.scss";
|
||||||
// Temp fix for reactstrap
|
// Temp fix for reactstrap
|
||||||
@import 'node_modules/@coreui/coreui/scss/_dropdown-menu-right.scss';
|
@import '@coreui/coreui/scss/_dropdown-menu-right.scss';
|
||||||
|
|
||||||
// If you want to add something do it here
|
// If you want to add something do it here
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
Loading…
Reference in New Issue
Block a user