@iamproperty/branding
v1.2.2
Published
iamproperty theme for Bootstrap.
Downloads
9
Readme
iamproperty Branding
This package contains SASS files necessary to style sites in keeping with the iamproperty brand guidlines.
Usage
Install the package using yarn or npm.
yarn add --dev @iamproperty/branding
If you are using it in a Laravel or webpack project you can then include the theme before including Bootstrap and your output will be on brand.
@import "~@iamproperty/branding/scss/theme";
// Import Bootstrap AFTER the theme
@import "~bootstrap/scss/bootstrap";
Development
Checkout the repository and install the dependencies.
git clone [email protected]:isg/other-associated-projects/branding.git
cd branding
yarn install