/prism-themes-scss

A wider selection of Prism themes as SCSS Mixins

Primary LanguageSCSSApache License 2.0Apache-2.0

prism-themes-scss

Copied from prism-themes except with scss.

Install

yarn add -D github:harrybrwn/prism-themes-css#main

Usage

@use "prism-themes-scss";

html[data-theme="dark"] {
  @include prism-themes-scss.prism-one-dark();
}
html[data-theme="light"] {
  @include prism-themes-scss.prism-one-light();
}