core3-editor-theme

0.0.2 • Public • Published

Editor Theme

Example for *.stylorama.css

@import "core3-editor-theme/editor-theme.stylorama.css" --default-as-Theme;
 
:root {
    --my-color: var(Theme--color);
}
 
/* or */
.my-class {
    color: var(Theme--color);
}

Example for *.skin.html

<import name="Theme" from="core3-editor-theme/editor-theme.stylorama.css" />
 
<style>
    .my-class {
        color: var(Theme--color);
    }
</style> 

Readme

Keywords

none

Package Sidebar

Install

npm i core3-editor-theme

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • cijoe