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

@supports not correctly minified #29

Open
Ruud-Zuiderlicht opened this issue Jan 2, 2019 · 0 comments
Open

@supports not correctly minified #29

Ruud-Zuiderlicht opened this issue Jan 2, 2019 · 0 comments

Comments

@Ruud-Zuiderlicht
Copy link

@supports can't be used at the moment. The CSS code below should come out unaltered (already minified). However the closing bracket is removed.

steps to reproduce

echo \CssMin::minify('@supports(display:grid){.example{display:grid}}');

expected output
string(47): "@supports(display:grid){.example{display:grid}}"

actual output
string(46): "@supports(display:grid){.example{display:grid}"

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