Theme Dev
This particle explore gantry.config.get('styles') and let you play with it.
Workspace
- Enable and use chrome-base Dev-tools.
- Add theme/workspace to dev-tools sources.
- Go to: scss/dummy.css, and do your experiment inside .theme-dummy
// dont delete this: @import "function.scss"; @import "themedev-function.scss"; // your sandbox: .theme-dummy { }/* end of wraper */ - Use summaries items in Preview and make custome.
- This theme-dev is loaded after your styles and script, and only active inside this particle.
So, when your done, put it into your styles to made it persistent.
Happy Theme-ing!