Skip to content

Instantly share code, notes, and snippets.

@phadej
Created February 6, 2013 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phadej/4723442 to your computer and use it in GitHub Desktop.
Save phadej/4723442 to your computer and use it in GitHub Desktop.
% cat foo.less
#body {
-ms-flex: 1 0 0px;
}
% lessc foo.less
#body {
-ms-flex: 1 0 0px;
}
% recess --compile foo.less
#body {
-ms-flex: 1 0 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment