Skip to content

Commit

Permalink
scss structure
Browse files Browse the repository at this point in the history
  • Loading branch information
boznik committed Apr 29, 2017
1 parent 6ba4c5d commit 615beac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = function(grunt) {
sass: {
options: {
lineNumbers: true,
sourcemap: 'none'
sourcemap: 'none',
keepSpecialComments: false
},
dist: {
files: {
Expand All @@ -23,4 +24,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.registerTask('default', ['watch']);
grunt.registerTask('default', ['stripCssComments']);
}
19 changes: 19 additions & 0 deletions css/soe_regions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* line 1, ../scss/components/_soe_dm_megamenu.scss */
#digital-magazine-megamenu {
z-index: 9999; }

/* line 4, ../scss/components/_soe_dm_megamenu.scss */
#digital-magazine-megamenu .container {
position: absolute;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin-left: auto;
margin-right: auto;
background-color: #9ca4ab; }

/* line 15, ../scss/components/_soe_dm_megamenu.scss */
.region-digital-magazine-megamenu {
width: 1170px; }

0 comments on commit 615beac

Please sign in to comment.