A CSS reset by Northern Commerce.
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();
$ 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
.
New assets can be compiled by running:
$ docker-compose run node yarn build
Assets can be linted by running:
$ docker-compose run node yarn lint