1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fix "z()" sass function typo

This commit is contained in:
Deven Caron
2022-08-25 14:45:24 -04:00
parent 4bdaa5d085
commit bf425521c4
3 changed files with 5 additions and 13 deletions

View File

@@ -113,15 +113,7 @@ $to-colossal: $from-colossal - 1 !default;
// =============================================================================
$z-indexes: (
"goku": 9000,
"transition": 500,
"toast": 400,
"popover": 300,
"modal": 250,
"sheet": 200,
"fixed": 150,
"sticky": 100,
"dropdown": 50,
"default": 1,
"limbo": -999
"header": 200,
"above": 1,
"below": -1
);