mirror of https://github.com/apache/cloudstack.git
This readds the custom.css file to overwrite the default cloudstack styles. Currently this is only possible by adding them to the custom.scss in the repository and compile them into the cloudstack3.css. Now there is an empty custom.css created when compiling the scss source. This custom.css can be overwritten with the custom styles afterwards. This functionality was broken by #3328. |
||
|---|---|---|
| .. | ||
| scss | ||
| .jsbeautifyrc | ||
| .sass-lint.yml | ||
| Gulpfile.js | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
readme.md
How to compile SASS with NPM and GULP?
- install Node (v11.10.0 will work) on your machine or "N" or "nvm"
- run $(npm install) inside package.json folder
- run $(npm start) inside package.json folder
- gulp automaticaly watches for .scss changes and compiles children scss-files of scss-folder to css now
- Find a plugin for your code-editor to get use of .jsbeautifyrc as second instance for more rules that sass-lint-auto-fix doesn't support. (for vscode: "Beautify")