Steve Duffin
Steve Duffin
This is the meat that generates the selectors we use to generate hides going up e.g `.u-hide-visually\@small` https://github.com/sky-uk/toolkit/blob/master/packages/sky-toolkit-core/utilities/_hide.scss#L16 Do we want to extend the `responsivize` mixin it uses to take...
We'd need to be mindful that currently, the `@` syntax can mean either up or down, for example, it's used in `c-btn` to mean until, see https://github.com/sky-uk/toolkit/blob/master/packages/sky-toolkit-ui/components/_buttons.scss#L231. How do we...
I've been looking at a similar issue with Select App basket which has toggles to show more information. The issue I had is that often the content gets longer than...
Is there any value to be gained in the short term step? My vote is that we ear mark them for removal in `3.0` and follow the precedent set by...
We agreed to reexamine what we need to do as a stop gap before looking towards a new docs solution
 # Toolkit Labs ## Proposal Experiments can be added into one of two protected "lab" branches - Alpha: Contains breaking changes - Beta: Non breaking changes ### Breaking Change...
All the changes are currently encapsulated in our shared react Library but as far as I’m aware have yet to hit production. Id say once they have proven themselves as...
Would have to be candidate for 3.0 as they rely on significantly different markup
We should reconsider whether costing should even be a toolkit thing
This is an issue with how iOS and android handle `:hover` - styling remains on these items when the input is toggled off but the user has not selected anything...