Skip to content

Commit a5da389

Browse files
M. WeberDaanHoogland
authored andcommitted
Enhancement scss refactoring (#3328)
* Introduce jsbeautifyrc and sass linter for automated unified scss code syntax * Introduce new z-index scss file to manage different z-index correctly * Use beautify tool for scss files and sass lint fix all scss files * Add vscode folder to gitignore * Add more new files to global gitignore * Refactor scss files and rework custom styles implementation strategy * Remove outdated ie7 styles * Fix typo of facebook input token include * Fix apache licences for new lint files * Splitt massive cloudstack.scss into many modular and smaller files * Refactor scss language files * Change and move apache licence css file name
1 parent 2020bfb commit a5da389

88 files changed

Lines changed: 18745 additions & 18125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ tools/cli/build/
5353
*.iso
5454
*.tar.gz
5555
*.tgz
56+
*.vscode
57+
*.css.map
5658

5759
# this ignores _all files starting with '.'. Don't do that!
5860
#.*
@@ -99,3 +101,4 @@ scripts/.pydevproject
99101
*.qcow2
100102
*.raw
101103
venv
104+
node_modules

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,7 @@
968968
<exclude>tools/ngui/static/bootstrap/*</exclude>
969969
<exclude>tools/ngui/static/js/lib/*</exclude>
970970
<exclude>tools/transifex/.tx/config</exclude>
971-
<exclude>ui/css/token-input-facebook.css</exclude>
972-
<exclude>ui/css/src/scss/token-input-facebook.scss</exclude>
971+
<exclude>ui/css/src/scss/components/token-input-facebook.scss</exclude>
973972
<exclude>ui/l10n/*</exclude>
974973
<exclude>ui/lib/flot/jquery.colorhelpers.js</exclude>
975974
<exclude>ui/lib/flot/jquery.flot.crosshair.js</exclude>

ui/css/cloudstack3-ie7.css

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)