Skip to content

Commit 7f54515

Browse files
committed
Added an scss version
Added npm scripts to compile the scss Added folders for the less and the scss code Changed the path to the less version in the Gruntfile
1 parent cb68408 commit 7f54515

12 files changed

+1982
-1451
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010
],
1111
},
1212
files: {
13-
'dist/device-mockups.css': 'src/device-mockups.less'
13+
'dist/device-mockups.css': 'src/less/device-mockups.less'
1414
}
1515
}
1616
},
@@ -41,4 +41,4 @@ module.exports = function (grunt) {
4141

4242
grunt.registerTask('default', ['less', 'cssmin', 'usebanner']);
4343

44-
};
44+
};

0 commit comments

Comments
 (0)