This is how you do it:
[code]@import "../admincentral/admincentral.scss";
@include admincentral;
[/code]

Import takes the file name, include takes the mixin name in that file (which by 
convention is the name of the theme).

The relative path is looked up on the classpath, so as long as you have the 
magnolia-ui-admincentral dependency, and because all Vaadin themes are always 
in this VAADIN/themes directory, it will resolve the admincentral.scss source 
properly.

>From there, you just add either your style rules directly, or split them into 
>mixins and import/include them as well.

Cheers,
Mika

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=10050981-bc9b-4f5b-982f-e3e83984e70f


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to