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

Setting opacity as transition-property causes error #25

Open
chris5marsh opened this issue Oct 21, 2013 · 0 comments
Open

Setting opacity as transition-property causes error #25

chris5marsh opened this issue Oct 21, 2013 · 0 comments

Comments

@chris5marsh
Copy link

Running sublime_prefixr on a block of CSS such as:

    transition:opacity 0.4s;

Causes that line to be changed to

    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;
    opacity 0.4s;

As far as I know, it is only opacity which causes this behaviour.

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