@hods/sass-base
v0.5.1
Published
The base SASS code for HODS styling.
Downloads
2,419
Readme
HODS - SASS Base
The base SASS code for HODS 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 @hods/sass-base
Then use it in your code as follows:
@import '@hods/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