Skip to content

Commit

Permalink
removed compass from foundation 6 app.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmacklin committed Dec 15, 2016
1 parent 83c2577 commit 5b9208a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/templates/_app-foundation-6.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@charset 'utf-8';

<% if (props.bourbon) { %>@import "bourbon";<% } %>
<% if (props.compass) { %>@import "compass/css3";<% } %>
@import 'settings';
@import 'foundation';<% if (props.motionUI) { %>
@import 'motion-ui';<% } %>

0 comments on commit 5b9208a

Please sign in to comment.