Skip to content

Commit

Permalink
Merge pull request #45 from larrybotha/refactor/global-border-box
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha authored Aug 2, 2022
2 parents 07b1203 + 7faf6f3 commit 4cbcd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/core/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* As per: csswizardry.com/2011/10/reset-restarted
*/

@if variable-exists("global-border-box") and $global-border-box == true {
@if global-variable-exists("global-border-box") and $global-border-box == true {
/**
* Let’s make the box model all nice, shall we...?
*/
Expand Down

0 comments on commit 4cbcd07

Please sign in to comment.