0.3.1 • Published 2 years ago

@siimple/preset-dark v0.3.1

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

@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
};