Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 395 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 395 Bytes

mapillary-css

This package bundles some of the basscss styles we use, with our colors and shareable modules, one could call it Mapillary CSS styles in one place.

Install

npm -i -save mapillary-css

Usage

PostCSS

@import 'mapillary-css';

CDN

<link href="https://unpkg.com/[email protected]/css/mapillary.min.css" rel="stylesheet">