Skip to content

Commit b833fe9

Browse files
Prevent $primary variable collision in project
1 parent 106a7da commit b833fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/paradeiser.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ $paradeiser-break-small: 760px !default;
88
$paradeiser-break-medium: 1025px !default;
99

1010
// your primary color for your application. Used to mix a slight tone into the active links
11-
$primary: #97d3e7 !default;
12-
$paradeiser-link-color-active: mix($primary, #fff, 20%) !default;
11+
$paradeiser-primary-color: #97d3e7 !default;
12+
$paradeiser-link-color-active: mix($paradeiser-primary-color, #fff, 20%) !default;
1313

1414
// uses a 10px font size for smartphones and tablets, which is enough as nearly all of them
1515
// have hidpi screens, and 13px for desktops as they have more screen estate anyways

0 commit comments

Comments
 (0)