Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created January 30, 2012 02:18
Show Gist options
  • Select an option

  • Save mahemoff/1701983 to your computer and use it in GitHub Desktop.

Select an option

Save mahemoff/1701983 to your computer and use it in GitHub Desktop.
If you get this weird error from rake assets:precompile:
Invalid CSS after "...rder-radius: 0/": expected expression (e.g. 1px, bold), was ";"
Go find a line in bootstrap.css:
border-radius: 0 \0/;
and remove or change it to just 0. (Good enough anyway.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment