A collection of all official presets for siimple.
Use npm or yarn for adding this package to your project:
$ yarn add @siimple/presets
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:
Designed and maintained with by @jmjuanes.
Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.