<summary>Information on cloning Olives/Olivesimagined theme</summary>
# How to sub-theme Olivesimagined.
Technically Olivesimagined does not support sub-theming, in this document I'll walk you through copying a Olivesimagined into a new theme and making changes to the CSS and JavaScript.
@ -98,3 +100,4 @@ Internet Explorer 11 and Opera Mini do not support CSS Variables (aka CSS Custom
1. `@import "../base/variables.pcss.css";` from `css/components/action-links.pcss.css`
2. `@import "../../base/variables.pcss.css";` from `css/components/navigation/nav-button-mobile.pcss.css`
4. Run `yarn build` to regenerate the compiled CSS and JavaScript.