-
Following on from this PR and discussion: https://github.com/alphagov/govuk-lint/pull/65, we've created this issue to discuss what benefits BEM can give us. It is somewhere permanent and public, for f…
-
govuk_frontend_toolkit variable references error in imported sass files when used in Static.
> Static didn't always load dependencies from govuk_frontend_toolkit when they were referenced from anot…
-
Hi Chris,
I've started to collect these resources across government some time ago, here are the links (I hope it's useful) :
## Pattern libraries/Design Systems
CJSCPP Design patterns
https://…
-
## What
We had a discussion on a design system slack channel about the documentation not to encourage the use of `html` parameter in macros. We concluded, we shouldn't take away that functionality,…
-
## What
There are a number of 'significant' changes that we think we want to make in the near future:
- [Add version 2 of the font to frontend](https://github.com/alphagov/govuk-frontend/issues/…
-
The Marcos for radio buttons doesn't allow the commonly used pattern of using the word "Or" to separate the last value from the previous values as shown in the screenshot attached.
This should be a…
-
In Rails we use helpers to refer to assets in CSS:
```css
background-image: image-url("icon-pointer.png");
background-image: asset-url("icon-pointer.png");
```
This makes the [asset pipeline …
-
From the spike GOV.UK has done into using GOV.UK Frontend they found that it's not possible to bring images in since they cannot use the asset pipeline functions required.
See https://github.com/al…
-
Since this is the doc that gets pushed to `npm`, we should review whether it should include installation instructions, usage instructions etc. that are included in the main repo docs.
-
Package.json currently locks node version to 8.9.4 but unless there's a very good (and horrible) reason why it needs to limit itself to this can we possibly change it to support latest LTS node versio…