-
Installation
yarn
yarn add @sanctucompu/basement
npm
npm install @sanctucompu/basement
-
Requirements
Basement is built on top of SASS. It’s styles can be included directly using a static .css file, but we highly reccomend compiling Basment with SASS, as this will allow you to customize it to your liking! Include it in your current SASS pipeline and enjoy!
-
Configuration
All settings in Basement can be overwritten by defining them in a .scss file before Basement is imported.
It's as simple as:
@import 'overrides', ‘basement/src/index';