aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/globals.scss
blob: 56b9ad28da9ad9672dc328f807741782b39b4f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@charset 'utf-8';

/**
 * 1.0. Vendors
 *
 * Import each files separately to define vendors styles order.
 */
@use "modern-normalize";

/**
 * 2.0. Base
 *
 * Define some standard styles and CSS variables (colors, fonts...).
 */
@use "base/colors";
@use "base/fonts";
@use "base/spacings";