npm.io
0.18.1 • Published 2 months ago

@not-govuk/sass-base

Licence
MIT
Version
0.18.1
Deps
1
Size
3 kB
Vulns
0
Weekly
0

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