The base SASS code for GovUK styling. You should @import
this file before you
import components from govuk-frontend
.
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";
Before working on this package you must install its dependencies using the following command:
pnpm install