Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z-index -99999 generates -999991500 #190

Open
chris-dura opened this issue Oct 1, 2019 · 0 comments
Open

Z-index -99999 generates -999991500 #190

chris-dura opened this issue Oct 1, 2019 · 0 comments

Comments

@chris-dura
Copy link

chris-dura commented Oct 1, 2019

global:
  type: z-index
  category: z-index
  cssProperties:
    - z-index

props:
  - Z_INDEX_DEEPDIVE:
    name: 'my-z-index-deepdive'
    value: '-99999'

Output:

// xml
<property name="MY_Z_INDEX_DEEPDIVE" category="z-index">-999991500</property>
// scss
$my-z-index-deepdive: -999991500;

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant