CSS to SCSS translation

This commit is contained in:
Alexandre Bourlier 2018-03-12 14:49:47 +01:00
parent 6aaf5da47a
commit c2a2d19713
9 changed files with 8 additions and 5 deletions

View File

@ -13,7 +13,7 @@ module.exports = function(grunt) {
},
dist: {
files: {
'dist/css/<%= pkg.name %>.css': 'src/scss/*.scss'
'dist/css/<%= pkg.name %>.css': 'src/scss/main.scss'
}
}
},

View File

@ -12,10 +12,6 @@
display: inline-flex;
}
#groupsList>ldp-display .title {
font-family:
}
/* TEST */
#groupsList>ldp-display {

7
src/scss/main.scss Normal file
View File

@ -0,0 +1,7 @@
@import "styles";
@import "home";
@import "menu";
@import "members";
@import "groupsList";
@import "project";
@import "projectsList";