Skip to content

Commit

Permalink
Merge pull request #2 from moxie-lean/0.1.1
Browse files Browse the repository at this point in the history
Remove dependency from neat / burbon
  • Loading branch information
mitogh authored Aug 14, 2017
2 parents 8697dad + 9678007 commit bd34cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Reference: https://codex.wordpress.org/CSS
-------------------------------------------------------------- */
%margin-alignleft {
@include margin(5px 20px 20px 0);
margin: 5px 20px 20px 0;
}
%margin-alignright {
@include margin(5px 0 20px 20px);
margin: 5px 0 20px 20px;
}
.alignnone {
@extend %margin-alignleft;
Expand Down

0 comments on commit bd34cbd

Please sign in to comment.