diff --git a/scss/components/_soe_components.scss b/scss/components/_soe_components.scss deleted file mode 100644 index d89f40a..0000000 --- a/scss/components/_soe_components.scss +++ /dev/null @@ -1,8 +0,0 @@ -@charset "UTF-8"; - -//// -/// ROLL UP -/// - -@import - 'soe_dm_megamenu'; diff --git a/scss/components/_soe_content_body_bottom.scss b/scss/components/_soe_content_body_bottom.scss new file mode 100644 index 0000000..f393b95 --- /dev/null +++ b/scss/components/_soe_content_body_bottom.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +//// +/// CONTENT BODY BOTTOM REGION STRUCTURE +/// diff --git a/scss/components/_soe_content_body_lower.scss b/scss/components/_soe_content_body_lower.scss new file mode 100644 index 0000000..4e31bd0 --- /dev/null +++ b/scss/components/_soe_content_body_lower.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +//// +/// CONTENT BODY LOWER REGION STRUCTURE +/// diff --git a/scss/components/_soe_dm_megamenu.scss b/scss/components/_soe_dm_megamenu.scss index 6cdbba6..58872b5 100644 --- a/scss/components/_soe_dm_megamenu.scss +++ b/scss/components/_soe_dm_megamenu.scss @@ -1,7 +1,7 @@ @charset "UTF-8"; //// -/// DIGITAL MAGAZINE MEGA MENU REGION STRUCTURE +/// DIGITAL MAGAZINE MEGAMENU REGION STRUCTURE /// #digital-magazine-megamenu { diff --git a/scss/components/_soe_fw_middle.scss b/scss/components/_soe_fw_middle.scss new file mode 100644 index 0000000..206f7ba --- /dev/null +++ b/scss/components/_soe_fw_middle.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +//// +/// FULL WIDTH MIDDLE REGION STRUCTURE +/// diff --git a/scss/components/_soe_fw_super_hero.scss b/scss/components/_soe_fw_super_hero.scss new file mode 100644 index 0000000..9f4444b --- /dev/null +++ b/scss/components/_soe_fw_super_hero.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +//// +/// FULL WIDTH SUPER HERO REGION STRUCTURE +/// diff --git a/scss/components/_soe_regions_components.scss b/scss/components/_soe_regions_components.scss new file mode 100644 index 0000000..31eede3 --- /dev/null +++ b/scss/components/_soe_regions_components.scss @@ -0,0 +1,12 @@ +@charset "UTF-8"; + +//// +/// ROLL UP +/// + +@import + 'soe_fw_super_hero', + 'soe_content_body_lower', + 'soe_fw_middle', + 'soe_content_body_bottom', + 'soe_dm_megamenu'; diff --git a/scss/soe_regions.scss b/scss/soe_regions.scss index abba95a..a046b55 100644 --- a/scss/soe_regions.scss +++ b/scss/soe_regions.scss @@ -1,4 +1,4 @@ @charset "UTF-8"; @import - 'components/soe_components'; + 'components/soe_regions_components';