2.0.11 • Published 12 months ago

@kyberbits/prism v2.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.11

12 months ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.1

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago