Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 718 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 718 Bytes

Tiles

Purpose

This is a first step to share Polaris tile styles to meet Technology deadlines. A more comprehensive toolkit will replace this repo.

Usage

Demo page

NPM

Install the repo via NPM:

npm install --save-dev git+ssh://git@github.com/skyglobal/tiles.git

Include the SASS module:

import '../node_modules/tiles/src/tile';

Browser Support

IE8 is not officially supported.

Releasing

Merge your PR then pull master locally

  • npm version minor will create a commit and tag bumping the version by one minor increment
  • git push origin master will push the new version commit
  • git push --tags will push your new tag