mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
9 lines
569 B
SCSS
Executable File
9 lines
569 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
// @todo cleanup the vars file and implement more vars.
|
|
// Additionally, create a default vars file in the "framework" which is used if the app doesn't define var values.
|
|
@import "clean", "default", "grid";
|
|
@import "colors", "article", "layout", "draggable", "text", "tooltip", "spinner", "canvas", "form", "image", "input", "accordion", "alert", "slider", "breadcrumb", "button", "link", "list", "nav", "pagination", "progress", "section", "tab", "table", "tag";
|
|
@import "portlet", "menu";
|
|
@import "editor", "cookie_consent";
|
|
@import "develop"; |