Skip to content

Commit

Permalink
feature/sd-20: applied pr changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseyIsaako authored and Dylan Wagstaff committed Mar 26, 2019
1 parent 394599a commit 51951fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
16 changes: 4 additions & 12 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13845,18 +13845,6 @@ body > header .open > a:focus {
color: #fff;
}

.element-holder {
margin: 3rem 0;
}

.element-holder:first-child {
margin-top: 0;
}

.element-holder:last-child {
margin-bottom: 0;
}

body.theme-font-nunito {
font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Expand Down Expand Up @@ -18761,3 +18749,7 @@ body.theme-accent-white .main .pagination .active a {
.content-block__title {
font-size: 1.8rem;
}

.element-holder {
margin: 0 0 3rem;
}
3 changes: 3 additions & 0 deletions src/scss/components/elemental.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.element-holder {
margin: 0 0 3rem;
}
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@

// Watea theme mixins
@import "./utils/mixins";
@import "./utils/elemental";

// Watea theme styles
@import "./typography";
Expand All @@ -86,3 +85,4 @@
@import "./components/nav";
@import "./components/pages";
@import "./components/content-block";
@import "./components/elemental";
11 changes: 0 additions & 11 deletions src/scss/utils/elemental.scss

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const mix = require('laravel-mix').mix;
mix
.js('src/js/main.js', 'dist/js/main.js')
.sass('src/scss/main.scss', 'dist/css/main.css')
.sass("src/scss/editor.scss", "dist/css/editor.css")
.sass('src/scss/editor.scss', 'dist/css/editor.css')
.options({ processCssUrls: false });

mix.webpackConfig({
Expand Down

0 comments on commit 51951fc

Please sign in to comment.