Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / sass / _base.scss @ a08833bd

1
//
2
// 'base' partial
3
//
4
// To make it easier to use all variables and mixins in any SCSS file in this
5
// theme, each .scss file has a @import 'base' declaration. And this base.scss
6
// file is in charge of importing all the other partials needed for the theme.
7
//
8

    
9
//
10
// Partials to be shared with all .scss files.
11
//
12

    
13
@import 'compass/support';                     // Add Compass and IE vendor prefix support variables.
14
@import 'compass/utilities/general/clearfix';  // Better than Drupal's clearfix.
15
@import 'compass/utilities/sprites';           // See http://compass-style.org/help/tutorials/spriting/
16
@import 'compass/css3';                        // Use one CSS3 mixin instead of multiple vendor prefixes.
17

    
18

    
19
//
20
// Import custom partial - mixins and variables defined for your theme
21
//
22
@import 'custom';