-
Hi team - just wonder if there is away to overwrite $site-width parameter in order to make container's width wider without editing _grid_layout.scss directly? We're developing web-based application (n…
hbweb updated
6 years ago
-
Currently `GridCol` supports flags for 1/4, 1/3, 1/2 and 2/3 width columns.
By default a column is 100% wide if a width flag is not provided. Therefore, as there is not a flag to support it, it is…
-
If you search for 'gov.uk design system checkboxes' you get this title in Google:
**Components Checkboxes - Checkboxes – GOV.UK Design System**
Similarly, a search for 'gov.uk design system typo…
-
The '!important' tag in the outline of the base/lib/base.css file it's not compatible with the new [ampproject](https://www.ampproject.org/) to make websites faster. It's necessary to have it?
```
…
-
Some of our components allow nesting using https://mozilla.github.io/nunjucks/templating.html#call.
We currently can't show this in the guide or tests, so this functionality could break.
For exa…
-
Currently the `id` and `name` are auto generated in the macro:
"id": params.id + "-" + item.name,
"name": params.name + "-" + item.name
I need more control over these. For examp…
-
ISSUE:
The example at: `https://design-system.service.gov.uk/components/header/` for the service name example will put the service name underneath the GOV.UK header instead of alongside it. This is…
-
We need to create an all.js bundle using rollup (most prob) that bundles together all components into a single file.
Notes:
- jQuery is already in vendor so will be there
- We need to write guida…
-
Hey, I've had an idea based on playing around with conditional content on radio buttons.
With conditional content drop downs, the text doesn't align with the content in the label above, which looks…
-
Here is the code for a start button on the Prototype Kit:
```
Start now
```
This seems complicated for a standard component? Are we doing it right on the Prototype Kit, or can the Start Button…