We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Setup Sass and a Sass compiler for theming Bootstrap.
Sass Build Tasks
npm start
The text was updated successfully, but these errors were encountered:
Attempting to modify Facebook's Create React App Method
Reference:
Facebook/create-react-app/ Issue reference:
Sorry, something went wrong.
DID NOT go with this process. Adding it for reference...
Added minification of CSS by adding the --output-style compressed command to the package.json build scripts.
--output-style compressed
package.json
"build-css": "node-sass-chokidar src/ -o src/ --output-style compressed", "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --output-style compressed --watch --recursive",
Merge build compiler and scripts into one bash command running npm install --save npm-run-all package.
npm install --save npm-run-all
Reference: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc
update to status #13
6bdcff7
Signed-off-by: Guy Lepage <guylepage3@gmail.com>
18e582b
guylepage3
No branches or pull requests
Description
Setup Sass and a Sass compiler for theming Bootstrap.
Sass Build Tasks
npm start
Setup Sass for theming Bootstrap #13 (comment)
The text was updated successfully, but these errors were encountered: