Skip to content

Commit

Permalink
Add $critical-usage-threshold: 100 to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Aug 26, 2014
1 parent 1455ed8 commit e28d4e5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/ie10.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/ie11.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/ie6.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/ie7.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/ie8.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/ie9.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/safari5.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down
1 change: 1 addition & 0 deletions tests/tests/safari6.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$critical-usage-threshold: 100;
$browser-minimum-versions: (
'chrome': null,
'firefox': null,
Expand Down

0 comments on commit e28d4e5

Please sign in to comment.