This repository contains all the common sass
mixins used across the new FC pages and the FC icon font.
- nodejs
- npm
You can easily import this repository into your project using bower. Just amend devDependencies
of your project's bower configuration file with:
"devDependencies": {
"sass-common" : "[email protected]:FundingCircle/sass-common.git#1.0.0"
}
After that, run bower install
and you are all set!
Source files are located in src
and are built into the build directory. This is dest
by default.
You may want to override the build path, for example to develop styles on one of the other FundingCircle projects. Override the build path using the environment variable BUILD_PATH
.
e.g.
$ BUILD_PATH=/path/to/fca-frontend gulp build
- Bump the version number in both the bower.json and package.json
- Run
gulp build
- Commit and push to a branch
- After code review, merge to master and tag with the same version number as you have defined in the config files in step 1.
- Enjoy!
This software is licensed under 3-clause BSD licence. Please see the LICENCE.md for details.