24 lines
535 B
SCSS
24 lines
535 B
SCSS
// Core variables and mixins
|
|
@import 'configurations/fonts';
|
|
@import 'configurations/reset';
|
|
@import 'configurations/variables';
|
|
@import 'configurations/mixins';
|
|
|
|
@import 'theme/animation';
|
|
@import 'theme/typography';
|
|
@import 'theme/hover';
|
|
|
|
@import 'theme/header';
|
|
@import 'theme/menu';
|
|
@import 'theme/footer';
|
|
@import 'theme/mobile';
|
|
@import 'theme/cookies';
|
|
@import 'theme/thumbnails/thumbnails';
|
|
@import 'theme/custom';
|
|
@import 'theme/form';
|
|
|
|
|
|
// Extra Skeleton Styling
|
|
@import 'theme/blog';
|
|
@import 'theme/module_valeurs_equipe';
|