You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
346 B
20 lines
346 B
// Modern normalizer
|
|
@import "normalize";
|
|
|
|
// All fonts
|
|
@import "fonts";
|
|
|
|
// Main bootstrap
|
|
@import "bootstrap/bootstrap";
|
|
|
|
// FontAwesome
|
|
@import "fontawesome/fontawesome";
|
|
@import "fontawesome/regular";
|
|
@import "fontawesome/brands";
|
|
@import "fontawesome/solid";
|
|
|
|
// Colors
|
|
@import "colors";
|
|
|
|
// Custom items
|
|
@import "custom";
|