
From: samhenri <samuel.guimaraes@eldorado.org.br> This patch updates the UI build process to use python-libsass to compile SCSS files. It also includes the latest changes in the new-ui CSS (these changes will only take effect only when the patches for each panel is sent to the ML and ginger.css and host-admin.css were deleted from local branch) samhenri (1): [new-ui] Added SCSS assets .gitignore | 1 + ui/css/Makefile.am | 12 +- ui/css/ginger.css | 1 - ui/css/host-admin.css | 586 ------------------------------- ui/css/src/ginger.scss | 1 + ui/css/src/host-admin.scss | 595 ++++++++++++++++++++++++++++++++ ui/css/src/modules/_administration.scss | 372 ++++++++++++++++++++ 7 files changed, 976 insertions(+), 592 deletions(-) delete mode 100644 ui/css/ginger.css delete mode 100644 ui/css/host-admin.css create mode 100644 ui/css/src/ginger.scss create mode 100644 ui/css/src/host-admin.scss create mode 100644 ui/css/src/modules/_administration.scss -- 1.9.3