This is a first step to share Polaris tile styles to meet Technology deadlines. A more comprehensive toolkit will replace this repo.
Install the repo via NPM:
npm install --save-dev git+ssh://[email protected]/skyglobal/tiles.git
Include the SASS module:
import '../node_modules/tiles/src/tile';
IE8 is not officially supported.
Merge your PR then pull master locally
npm version minor
will create a commit and tag bumping the version by one minor incrementgit push origin master
will push the new version commitgit push --tags
will push your new tag