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 #30

Closed
afelix opened this issue Sep 10, 2011 · 4 comments
Closed

Пересчёт z-index #30

afelix opened this issue Sep 10, 2011 · 4 comments

Comments

@afelix
Copy link
Contributor

afelix commented Sep 10, 2011

В CSS нередко встречаются "условно" большие z-index, когда верстальщик пишет "лишь бы большой", например, z-index: 9999. В погоне за байтами есть смысл собирать z-index по коду и вместо 1000, 2000, 9999 сжимать до 1, 2, 3.

@mishanga
Copy link

Это может вызвать конфликт с другими css, которые подключаются на странице.

@afelix
Copy link
Contributor Author

afelix commented Sep 22, 2011

Да, пока не делаю, это только идея. Возможно, станет параметром запуска CSSO, выключенным по умолчанию.

@mishanga
Copy link

Можно сделать параметр типа --unsafe (по аналогии с UglifyJS) и туда запихнуть.

@lahmatiy
Copy link
Member

The optimisation is quite dangerous and has negligible effect. I believe there are no reasons to implement it.

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

3 participants