Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 451 Bytes

Carbon

Carbon is a minimal CSS theme, used as a packaged CSS across my different projects.

See Carbon in Action

Get Started

Pre-requisite: TailwindCSS v4 must be installed in your project.

  1. Install the NPM package.
npm install @veivel/carboncss
  1. Import the CSS in your JS file.
import "@veivel/carboncss/style.css"
  1. Voila! Carbon should now be taking effect.