mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 03:03:55 +01:00
18 lines
512 B
SCSS
Vendored
18 lines
512 B
SCSS
Vendored
// Bulma import
|
|
@import "../../../node_modules/bulma/sass/utilities/functions.sass";
|
|
@import "third-party/bulma-variables";
|
|
@import "../../../node_modules/bulma/bulma";
|
|
|
|
// Choices.js import
|
|
@import "third-party/choices-variables";
|
|
@import "../../../node_modules/choices.js/assets/styles/scss/choices.scss";
|
|
|
|
// Custom styles
|
|
@import "custom/layout";
|
|
@import "custom/helper";
|
|
@import "custom/fixes";
|
|
|
|
// Font Awesome import
|
|
$fa-font-path: "fonts";
|
|
@import "../../../node_modules/font-awesome/scss/font-awesome";
|