mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 03:03:55 +01:00
15 lines
320 B
SCSS
Vendored
15 lines
320 B
SCSS
Vendored
// Bulma import
|
|
@import "third-party/bootstrap/bootstrap";
|
|
|
|
// Selectize
|
|
@import "third-party/selectize/selectize";
|
|
|
|
// 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";
|