A boilerplate to get started quickly with Anthology.scss. Fork it and grow it with your brand!
📚 Anthology documentation · 🚀 Anthology source
- Fork it!
- Add or remove CSS properties from
src/properties/*.scss
- Import into your project!
@import 'path/to/my/anthology/main.scss';
- Become an expert with Anthology's bevy of mixins and functions!
~or~
- Install the NPM package with
npm install @anthology/starter-kit
oryarn add @anthology/starter-kit
- Import into your project!
@import './node_modules/@anthology/starter-kit/src/main.scss';
- Become an expert with Anthology's bevy of mixins and functions!