@northernco/match

A CSS reset by Northern Commerce.

Usage no npm install needed!

<script type="module">
  import northerncoMatch from 'https://cdn.skypack.dev/@northernco/match';
</script>

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