Created
March 20, 2012 15:55
-
-
Save jCrip/2137409 to your computer and use it in GitHub Desktop.
Use Nettuts+ Prefixr with LiveReload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
css="`cat assets/css/main.css`" && curl -sSd css="$css" http://prefixr.com/api/index.php > assets/css/main.css |
Yeah - that's a quirk with Prefixr. The next version should fix that (which I'm working on).
Cool - I saw you already posted on the LiveReload board too. Overall, great news.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I've found a bug:
I'm using LiveReload (beta 2.3.3), SASS and this shell script via LiveReloads custom command.
When using the pseudo elements
content:{}
feature and putting a curly brace as the value of content, prefixr renders the code unusable.It seems the command makes a line break after curly braces and therefore the css won't work with them.
For example:
gets rendered as:
I hope there's a simple fix to this problem.