Not Govuk - SASS Base
=====================

The base SASS code for GovUK styling. You should `@import` this file before you
import components from `govuk-frontend`.


Using this package
------------------

First install the package into your project:

```shell
npm install -S @not-govuk/sass-base
```

Then use it in your code as follows:

```scss
@import '@not-govuk/sass-base';

@import "govuk-frontend/govuk/components/back-link/_index";
```


Working on this package
-----------------------

Before working on this package you must install its dependencies using
the following command:

```shell
pnpm install
```
