Skip to content

Instantly share code, notes, and snippets.

@monbro
Created December 4, 2012 14:57
Show Gist options
  • Save monbro/4204795 to your computer and use it in GitHub Desktop.
Save monbro/4204795 to your computer and use it in GitHub Desktop.
How to use Compass YAML Placeholder vars in Twig, Symfony2
{% stylesheets filter='compass' '@sass' 'bundles/manymulesfontawesome/sass/font-awesome.scss' output="css/*.css" %}
<link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment