Skip to content

Commit

Permalink
fix that conditional, and not &&
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaswise committed Aug 28, 2014
1 parent 8bf6423 commit 664b68b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/stylesheets/calcite-web/type/_type-styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// ┌────────────────┐
// │ Default Styles │
// └────────────────┘
@if $include-type == true {
@if $include-type-defaults == true {
@if $include-type == true and $include-type-defaults == true {
html {
font-size: 18px;
}
Expand Down Expand Up @@ -124,4 +123,3 @@
padding: 0 0.1em 0.1em;
}
}
}

0 comments on commit 664b68b

Please sign in to comment.