Projet

Général

Profil

Paste
Télécharger (542 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / starterkits / sass / scss / _default-variables.scss @ 7547bb19

1
/**
2
 * Default Variables.
3
 *
4
 * Modify this file to provide default Bootstrap Framework variables. The
5
 * Bootstrap Framework will not override any variables defined here because it
6
 * uses the `!default` flag which will only set their default if not already
7
 * defined here.
8
 *
9
 * You can copy existing variables directly from the following file:
10
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
11
 */
12

    
13
// Set the proper directory for the Bootstrap Glyphicon font.
14
$icon-font-path: '../bootstrap/assets/fonts/bootstrap/';