@siimple/presets
v0.3.1
Published
A collection of presets for siimple.
Downloads
1
Readme
@siimple/presets
A collection of all official presets for siimple.
Installation
Use npm or yarn for adding this package to your project:
$ yarn add @siimple/presets
Usage
Presets can be imported from this package to your siimple.config.js
file:
import {base} from "@siimple/presets";
export default {
...base,
// ...other custom configuration
};
The following presets can be imported: