sebnitu / vrembem

A CSS component library based on the BEM methodology.

Home Page:https://vrembem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the mixin names for outputting a theme's CSS variables

sebnitu opened this issue · comments

Problem

Currently there are two mixins for outputting a theme's or component theme's CSS variables:

  • theme.output (only used internally)
  • theme.output-themes (used by components)

To make these mixins more intuitive, we should consider inverting the names and maybe even making the first mixin private since it's currently only being used internally by the second mixin.