summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_config.scss b/src/_config.scss
index ffba8c9..73e0725 100644
--- a/src/_config.scss
+++ b/src/_config.scss
@@ -109,15 +109,15 @@ $theme-light: (
109 --75: -4, 109 --75: -4,
110 --100: 0, 110 --100: 0,
111 111
112 --200: easing.cubic-bezier(.2, .1, .7, .95, math.div(1, 8)) * 106, 112 --200: easing.cubic-bezier(.2, .1, .8, 1, math.div(1, 8)) * 106,
113 --300: easing.cubic-bezier(.2, .1, .7, .95, math.div(2, 8)) * 106, 113 --300: easing.cubic-bezier(.2, .1, .8, 1, math.div(2, 8)) * 106,
114 --400: easing.cubic-bezier(.2, .1, .7, .95, math.div(3, 8)) * 106, 114 --400: easing.cubic-bezier(.2, .1, .8, 1, math.div(3, 8)) * 106,
115 115
116 --500: easing.cubic-bezier(.2, .1, .7, .95, math.div(4, 8)) * 106, 116 --500: easing.cubic-bezier(.2, .1, .8, 1, math.div(4, 8)) * 106,
117 --600: easing.cubic-bezier(.2, .1, .7, .95, math.div(5, 8)) * 106, 117 --600: easing.cubic-bezier(.2, .1, .8, 1, math.div(5, 8)) * 106,
118 --700: easing.cubic-bezier(.2, .1, .7, .95, math.div(6, 8)) * 106, 118 --700: easing.cubic-bezier(.2, .1, .8, 1, math.div(6, 8)) * 106,
119 --800: easing.cubic-bezier(.2, .1, .7, .95, math.div(7, 8)) * 106, 119 --800: easing.cubic-bezier(.2, .1, .8, 1, math.div(7, 8)) * 106,
120 --900: easing.cubic-bezier(.2, .1, .7, .95, math.div(8, 8)) * 106, 120 --900: easing.cubic-bezier(.2, .1, .8, 1, math.div(8, 8)) * 106,
121 ), 121 ),
122 122
123 --colors: ( 123 --colors: (