@northernco/match
v1.0.0-beta.3
Published
A CSS reset by Northern Commerce.
Downloads
6
Keywords
Readme
Northern Match
A CSS reset by Northern Commerce.
Getting Started
Match can be added to a project by running the following:
yarn add @northernco/match
If using Webpack, you can import and include the reset in your SASS by including the following in your stylesheet:
@import '~@northernco/match';
@include \match\apply-reset();
Contributing
Requirements
Setup
$ git clone https://github.com/northernco/match.git
$ cp docker-compose.dev.yml docker-compose.override.yml # Update override file as needed
$ docker-compose run node yarn install
View the demo page by opening index.html
.
Compiling
New assets can be compiled by running:
$ docker-compose run node yarn build
Linting
Assets can be linted by running:
$ docker-compose run node yarn lint