diff options
Diffstat (limited to 'src/_config.defaults.scss')
-rw-r--r-- | src/_config.defaults.scss | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/_config.defaults.scss b/src/_config.defaults.scss index e58f2eb..62631ba 100644 --- a/src/_config.defaults.scss +++ b/src/_config.defaults.scss | |||
@@ -150,19 +150,19 @@ $theme-dark: ( | |||
150 | ), | 150 | ), |
151 | 151 | ||
152 | --colors: ( | 152 | --colors: ( |
153 | --100: (math.div(0, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(0, 12))), | 153 | --100: (math.div(0, 12) * -100) (.3 + .7 * easing.ease(math.div(0, 12))), |
154 | --200: (math.div(1, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(1, 12))), | 154 | --200: (math.div(1, 12) * -100) (.3 + .7 * easing.ease(math.div(1, 12))), |
155 | --300: (math.div(2, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(2, 12))), | 155 | --300: (math.div(2, 12) * -100) (.3 + .7 * easing.ease(math.div(2, 12))), |
156 | --400: (math.div(3, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(3, 12))), | 156 | --400: (math.div(3, 12) * -100) (.3 + .7 * easing.ease(math.div(3, 12))), |
157 | --500: (math.div(4, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(4, 12))), | 157 | --500: (math.div(4, 12) * -100) (.3 + .7 * easing.ease(math.div(4, 12))), |
158 | --600: (math.div(5, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(5, 12))), | 158 | --600: (math.div(5, 12) * -100) (.3 + .7 * easing.ease(math.div(5, 12))), |
159 | --700: (math.div(6, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(6, 12))), | 159 | --700: (math.div(6, 12) * -100) (.3 + .7 * easing.ease(math.div(6, 12))), |
160 | --800: (math.div(7, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(7, 12))), | 160 | --800: (math.div(7, 12) * -100) (.3 + .7 * easing.ease(math.div(7, 12))), |
161 | --900: (math.div(8, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(8, 12))), | 161 | --900: (math.div(8, 12) * -100) (.3 + .7 * easing.ease(math.div(8, 12))), |
162 | --1000: (math.div(9, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(9, 12))), | 162 | --1000: (math.div(9, 12) * -100) (.3 + .7 * easing.ease(math.div(9, 12))), |
163 | --1100: (math.div(10, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(10, 12))), | 163 | --1100: (math.div(10, 12) * -100) (.3 + .7 * easing.ease(math.div(10, 12))), |
164 | --1200: (math.div(11, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(11, 12))), | 164 | --1200: (math.div(11, 12) * -100) (.3 + .7 * easing.ease(math.div(11, 12))), |
165 | --1300: (math.div(12, 12) * -100 - 5) (.3 + .7 * easing.ease(math.div(12, 12))), | 165 | --1300: (math.div(12, 12) * -100) (.3 + .7 * easing.ease(math.div(12, 12))), |
166 | ), | 166 | ), |
167 | ), | 167 | ), |
168 | 168 | ||