CSSSR / dsgen

7 stars 0 forks source link

Generate snippets for theme selectors #18

Open nekitk opened 3 years ago

nekitk commented 3 years ago

E.g. for a dark theme generate snippet @dark which will expand to

html.theme_dark & {
  /* cursor here */
}