Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

IE does not recognize declarations with space around parenthesis. #87

Open
findawayer opened this issue May 17, 2018 · 0 comments
Open

Comments

@findawayer
Copy link

I compress my sheet using perfectionist's compact mode, and just discovered that lines like next are ignored in IE11.

.foo { transform: translate( -50%, -50% ); }
.bar { margin-left: calc( 5vw + 20px ); }
.baz { box-shadow: 0 3px 10px rgba( 0, 0, 0, .2 ); }

I am not sure you intended to support or not to support last versions of IE, but I definitely would love it if you do. Thank you for this awesome tool.

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

No branches or pull requests

1 participant