harrybrwn / prism-themes-scss

A wider selection of Prism themes as SCSS Mixins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();
}

About

A wider selection of Prism themes as SCSS Mixins

License:Apache License 2.0


Languages

Language:SCSS 100.0%