@siimple/preset-dark
v0.3.1
Published
Dark theme preset for the siimple css toolkit
Downloads
7
Readme
@siimple/preset-dark
A dark theme preset for the siimple CSS toolkit. You can use this preset as a starting point for building your own dark theme for siimple.
Install
Add this preset to your project using npm or yarn:
$ npm install --save @siimple/preset-dark
Usage
Include this preset in your siimple.config.js
file:
import dark from "@siimple/preset-dark";
export default {
...dark,
// ...other configuration
};