Skip to content

Commit

Permalink
stub
Browse files Browse the repository at this point in the history
need to fix the build step gen:op
  • Loading branch information
argyleink committed Mar 2, 2024
1 parent 40d08de commit a9b8de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/props.zindex.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
--layer-3: 3;
--layer-4: 4;
--layer-5: 5;
--layer-important: 2147483647;
--layer-max: 2147483647;
--layer-important: infinity;
}
5 changes: 3 additions & 2 deletions src/props.zindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default {
'--layer-3': 3,
'--layer-4': 4,
'--layer-5': 5,
'--layer-important': 2147483647,
}
'--layer-max': 2147483647,
'--layer-important': 'infinity',
};

0 comments on commit a9b8de4

Please sign in to comment.