mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-28 02:53:11 +00:00
38 lines
874 B
SCSS
38 lines
874 B
SCSS
// This file meant to be imported only once! Use fuse.scss to access
|
|
// to the core Fuse and Angular Material mixins
|
|
|
|
// ngx-datatable
|
|
@import '~@swimlane/ngx-datatable/themes/material';
|
|
|
|
// Perfect scrollbar
|
|
@import '~perfect-scrollbar/css/perfect-scrollbar';
|
|
|
|
// Fuse
|
|
@import "fuse";
|
|
|
|
// Theme
|
|
@import "theme";
|
|
|
|
// Include core Angular Material styles
|
|
@include mat-core();
|
|
|
|
// Partials
|
|
@import "partials/normalize";
|
|
@import "partials/scrollbars";
|
|
@import "partials/helpers";
|
|
@import "partials/general";
|
|
@import "partials/icons";
|
|
@import "partials/colors";
|
|
@import "partials/material";
|
|
@import "partials/angular-material-fix";
|
|
@import "partials/typography";
|
|
@import "partials/docs";
|
|
@import "partials/page-layouts";
|
|
@import "partials/cards";
|
|
@import "partials/navigation";
|
|
@import "partials/forms";
|
|
@import "partials/print";
|
|
|
|
// Plugins
|
|
@import "partials/plugins/plugins";
|