Skip to content

Commit

Permalink
modified scss
Browse files Browse the repository at this point in the history
  • Loading branch information
boznik committed May 1, 2017
1 parent 2170d94 commit aee5d59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
sass: {
options: {
lineNumbers: true,
lineNumbers: false,
sourcemap: 'none',
},
dist: {
options: {
lineNumbers: false
},
files: {
'css/soe_regions.css': 'scss/soe_regions.scss'
}
Expand Down
2 changes: 1 addition & 1 deletion scss/components/_soe_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
///

@import
'soe_dm_megamenu';
'soe_dm_megamenu'
1 change: 0 additions & 1 deletion scss/components/_soe_dm_megamenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
.region-digital-magazine-megamenu {
width: 1170px;
}

0 comments on commit aee5d59

Please sign in to comment.