@jdboris/css-themes
v2.9.0
Published
A collection of CSS themes intended to be imported as CSS (SASS) modules using webpack or other bundlers.
Downloads
15
Readme
CSS Themes
A collection of CSS themes intended to be imported as CSS (SASS) modules using webpack or other bundlers.
Installation
npm i @jdboris/css-themes
Usage (React)
import theme from "@jdboris/css-themes/space-station";
function App() {
return <div className={theme.error}>Something went wrong.</div>;
}