This SASS boilerplate is to be used as a starting point for Moreira Development projects. The intention is for the library to grow as we start seeing repeated patterns and to save time on initial project setups
- First install the package using NPM after requesting access to the company NPM registry
npm install @moreira-development/crowbar-sass
- Import the library into your .js pipeline
import '@moreira-development/crowbar-sass`
or
- Import it to the main Stylesheet with
@import "~@moreira-development/crowbar-sass";