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

Wrong prefix #22

Open
Paulsky opened this issue May 26, 2017 · 0 comments
Open

Wrong prefix #22

Paulsky opened this issue May 26, 2017 · 0 comments

Comments

@Paulsky
Copy link

Paulsky commented May 26, 2017

When the CSS get's prefixed, the CSS format becomes invalid. This is because
'@Keyframes progressIndeterminate {
0% { left: -142px; }
100% { left: 0; }
}'

becomes
'@Keyframes progressIndeterminate {
.pdfjs 0% { left: -142px; }
.pdfjs 100% { left: 0; }
}'.

Which is an invalid syntax. Please see this issue: https://github.com/substack/css-prefix/issues/6

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