32 lines
905 B
SCSS
32 lines
905 B
SCSS
@use 'partials/minireset';
|
|
@use 'partials/fonts';
|
|
@use 'partials/variables' as *;
|
|
@use 'partials/animations';
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// GENERALITIES
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// Fonts and colors
|
|
|
|
// Link style
|
|
|
|
// General grid layout
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// HEADER
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// Header bar
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// MAIN
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// Home section
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// FOOTER
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// Footer bar
|