File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,16 @@ variables can be customised.
17
17
- wagtail ` >=2.15 ` if using ` WagtailBaseForm `
18
18
- sass ` >=1.33.0 ` if building the sass yourself
19
19
20
- > [ !NOTE] > ** [ govuk-frontend] ( https://github.com/alphagov/govuk-frontend ) will
20
+ <!-- prettier-ignore-start -->
21
+ > [ !NOTE]
22
+ > ** [ govuk-frontend] ( https://github.com/alphagov/govuk-frontend ) will
21
23
> not, and does not need to, be installed to use this package.**
22
24
>
23
25
> All form-related styles from ` govuk-frontend==5.4.1 ` have been
24
26
> copied into this project with the prepended "govuk-" replaced with
25
27
> "tbxforms-", e.g. ` .govuk-button ` to ` .tbxforms-button ` and
26
28
> ` @mixin govuk-clearfix ` to ` @mixin tbxforms-clearfix ` .
29
+ <!-- prettier-ignore-end -->
27
30
28
31
For non-government projects, installing the complete GOV.UK Frontend package
29
32
unnecessarily increases the bundle size as we only need form-related styles.
You can’t perform that action at this time.
0 commit comments