0.0.2 • Published 7 years ago

core3-editor-theme v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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>
0.0.2

7 years ago