@not-govuk/sass-base
v0.15.0
Published
The base SASS code for GovUK styling.
Downloads
4,728
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