52dc0b9c5c
Fixes #30 Fixes #35 Fixes #36 Fixes #38 Fixes #40 Fixes #43 Fixes #44 Fixes #46 Fixes #47 Fixes #49 Fixes #51 Fixes #53
12 lines
367 B
SCSS
12 lines
367 B
SCSS
// DEFINITIONS
|
|
|
|
// Global definitions and variables of the stylesheet
|
|
// With them, you can customize easily how the style look
|
|
// Look at each component inside the definitions subfolder to customize the
|
|
// styles
|
|
|
|
@import 'definitions/palette';
|
|
@import 'definitions/shadows';
|
|
@import 'definitions/fonts';
|
|
@import 'definitions/borders';
|
|
@import 'definitions/sizing';
|