diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/chameleon.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/chameleon.scss b/WebContent/VAADIN/themes/chameleon/chameleon.scss new file mode 100644 index 0000000000..16f95bbbb4 --- /dev/null +++ b/WebContent/VAADIN/themes/chameleon/chameleon.scss @@ -0,0 +1,10 @@ +// this file just defines all chameleon mixins by importing them + +// common (mostly application or page level) parts of the theme + +@import "common/common.scss"; + +// components - can override or replace in user themes + +@import "components/components.scss"; +@import "compound/compound.scss"; |