Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@not-govuk/sass-base

daniel-ac-martin13.3kMIT0.16.3

The base SASS code for GovUK styling.

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