Mixins
_mixins.scss
<style lang="scss">
@import '@/styles/_variables.scss';
@import '@/styles/_mixins.scss';
...
</style>div.example {
background-color: ejsc($ejs-color-brand--primary); /* Solid */
color: ejsc($ejs-color-brand--secondary, .5); /* 50% Opacity */
}Last updated