cloudstack/ui/css/src
Philipp Bankonier 044e4e4b21 ui: re-add custom css (#3431)
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.
2019-06-27 19:02:40 +05:30
..
scss ui: re-add custom css (#3431) 2019-06-27 19:02:40 +05:30
.jsbeautifyrc Enhancement scss refactoring (#3328) 2019-05-23 11:09:31 +02:00
.sass-lint.yml Enhancement scss refactoring (#3328) 2019-05-23 11:09:31 +02:00
Gulpfile.js Enhancement scss refactoring (#3328) 2019-05-23 11:09:31 +02:00
package-lock.json Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
package.json Add new scss to css compiler with npm and gulp 2019-04-30 16:14:29 +02:00
readme.md Enhancement scss refactoring (#3328) 2019-05-23 11:09:31 +02:00

readme.md

How to compile SASS with NPM and GULP?

  1. install Node (v11.10.0 will work) on your machine or "N" or "nvm"
  2. run $(npm install) inside package.json folder
  3. run $(npm start) inside package.json folder
  4. gulp automaticaly watches for .scss changes and compiles children scss-files of scss-folder to css now
  5. 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")

Keep package versions up to date if possible. check with $(npm outdated) inside package.json folder