Skip to content
Snippets Groups Projects
Commit 7effd8ce authored by jurgenhaas's avatar jurgenhaas
Browse files

#7 Fix sass settings

parent b579b391
No related branches found
No related tags found
No related merge requests found
{% if bower_assets.bootstrap-sass.fonts is defined %}
// Do not edit this file, it's auto generated and updated by composer.
{% if bower_assets['bootstrap-sass'].fonts is defined %}
// Set the directory for the Bootstrap Glyphicon font.
$icon-font-path: '../fonts/bootstrap/';
{% endif %}
{% if bower_assets['flat-ui'] is defined %}
{% if bower_assets.flat-ui is defined %}
// Workaround for Flat-UI issue with node-sass:
// @see https://github.com/wingrunr21/flat-ui-sass/issues/39
@function tint($color, $percentage){
@return mix(#fff, $color, $percentage)
}
{% if bower_assets.flat-ui.fonts is defined %}
{% if bower_assets['flat-ui'].fonts is defined %}
// Set the directory for the Flat-UI Glyphicon font.
$icon-font-path: '../fonts/flat-ui';
$icon-font-name: 'flat-ui-icons-regular';
{% endif %}
{% endif %}
{% if bower_assets['animate-sass'].sass is defined %}
{% if bower_assets.animate-sass.sass is defined %}
// Enable the animate modules
{% for module in bower_assets.animate-sass.sass.modules|default([]) %}
{% for module in bower_assets['animate-sass'].sass.modules|default([]) %}
$use-{{ module }}: true;
{% endfor %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment