2.0.11 • Published 2 years ago

@kyberbits/prism v2.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

prism

A CSS toolkit.

Features

  • No layout support
  • No CSS classes (almost)
  • Dark and Light mode built-in

Control of Dark Mode

  • Defaults to Dark Mode but matches system if available (prefers-color-scheme)
  • Disable Dark Mode: Add disable-dark-mode class to the <html> tag
  • Disable Light Mode: Add disable-light-mode class to the <html> tag

Option 1: Use Everything

Import the combined CSS file: ./prism.css

@import url('../node_modules/@kyberbits/prism/prism.css');

Customization/Theming

/* Example */
:root {
	--k-prism-dark-color-background-accent: #00bfff;
}

All variables defined here: src/prism.scss

Special Thanks

This project was inspired by Bolt.css

2.0.3

2 years ago

2.0.2

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.11

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.1

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago