postcss-transform-shortcut
postcss-transform-shortcut copied to clipboard
Use shorthand transform properties in CSS
Hello, I'm getting the following error when I try and use this plugin: ``` [13:14:40] Requiring external module babel-register [13:14:42] Using gulpfile ~/websites/_mudstone/gulpfile.babel.js [13:14:42] Starting 'sass'... events.js:154 throw er; //...
Is this suported, and if not, could we add support for this? ``` css @keyframes test { 0% { scale: 0; } 50% { rotate: 90deg; } 100% { scale:...
Hi, I've been using your plugin in a Windows environment (I do not have access to Mac or Unix/Linux at present) - I've come across an odd issue though: If...
Hi, nice plugin! This is exactly the plugin I need to replace all my Compass code (e.g. `@include rotate`). I found the current transformation doesn't really match the spec [CSS...
According to specs/mailing list, using several shortcuts is not the same result as using `transform`. Ref https://github.com/postcss/postcss/issues/190#issuecomment-73866959 A nice thing will be (in order to provide a safe "w3c" plugin)...