cdm-vaadin/src/main/webapp/VAADIN/themes/macosx/addons.scss @ 19c380b7
1 |
/* This file is automatically managed and will be overwritten from time to time. */
|
---|---|
2 |
/* Do not manually edit this file. */
|
3 |
|
4 |
/* Provided by contextmenu-4.5.jar */
|
5 |
@import "../../../VAADIN/themes/contextmenu/contextmenu.scss"; |
6 |
|
7 |
|
8 |
/* Import and include this mixin into your project theme to include the addon themes */
|
9 |
@mixin addons { |
10 |
@include contextmenu; |
11 |
}
|
12 |
|