summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_config.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_config.scss b/src/_config.scss
index 15b7e92..201601a 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -168,15 +168,15 @@ $theme-dark: (
168 --75: 2.2, 168 --75: 2.2,
169 --100: 0, 169 --100: 0,
170 170
171 --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108, 171 --200: easing.cubic-bezier(.3, .05, .8, .8, math.div(1, 8)) * -108,
172 --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108, 172 --300: easing.cubic-bezier(.3, .05, .8, .8, math.div(2, 8)) * -108,
173 --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108, 173 --400: easing.cubic-bezier(.3, .05, .8, .8, math.div(3, 8)) * -108,
174 174
175 --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108, 175 --500: easing.cubic-bezier(.3, .05, .8, .8, math.div(4, 8)) * -108,
176 --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108, 176 --600: easing.cubic-bezier(.3, .05, .8, .8, math.div(5, 8)) * -108,
177 --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108, 177 --700: easing.cubic-bezier(.3, .05, .8, .8, math.div(6, 8)) * -108,
178 --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -108, 178 --800: easing.cubic-bezier(.3, .05, .8, .8, math.div(7, 8)) * -108,
179 --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -108, 179 --900: easing.cubic-bezier(.3, .05, .8, .8, math.div(8, 8)) * -108,
180 ), 180 ),
181 181
182 --colors: ( 182 --colors: (