input:
.foo {
grid-template-columns: minmax(100px, min-content);
}
output:
.foo {
-ms-grid-columns: minmax(100px, min-content);
grid-template-columns: minmax(100px, min-content);
}
These properties just remove the prefix in https://trac.webkit.org/changeset/213831 , but I'm not sure which version of Safari.
@mrego Can you help me?
http://caniuse.com/#feat=css-grid
input:
output:
These properties just remove the prefix in https://trac.webkit.org/changeset/213831 , but I'm not sure which version of Safari.
@mrego Can you help me?
http://caniuse.com/#feat=css-grid