@not-govuk/sass-base

The base SASS code for GovUK styling.

Usage no npm install needed!

<script type="module">
  import notGovukSassBase from 'https://cdn.skypack.dev/@not-govuk/sass-base';
</script>

README

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:

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

Then use it in your code as follows:

@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:

pnpm install