Ivan Boothe
Ivan Boothe
If I chain colors like so: `colors.green.greenBright` will it fall-back to "green" if "greenBright" isn't available? I wanted to test this myself, but wasn't sure how to force-disable "brights" in...
I wasn't entirely sure if I could use JSON objects that already existed in my code without having to save them to a file first. Using the [Importing *.js Files](https://github.com/pmowrer/node-sass-json-importer#importing-js-files)...
**Is your feature request related to a problem? Please describe.** I know this is relatively minor, but because github-changelog-generator [uses UTC](https://github.com/github-changelog-generator/github-changelog-generator/pull/926) and my team is many hours west of UTC,...
## Expected behaviour When an axe rule can't determine something, it should be reported as a warning, not an error. If that sounds vague, it's because I'm trying to extrapolate...
Examples: - `::before` and `::after` selectors - `content:` attribute - SVG images, inline or linked - inline base64 images Here are some resources I found when looking these up (after...
Mostly used for its `small-caps` attribute, although it has others ([MDN reference](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant)) [caniuse.email reports it as supported across clients](https://caniuse.email/), but I don't know if that's for all valid attributes.
As in `content: "Some text";` This is mentioned on the `::before` and `::after` selectors page in the notes (which admittedly is where it's most often used) but it would be...
## Is your feature request related to a problem? Please describe I was recently reviewing an issue that was hundreds of comments long and had two current MRs (for different...
**Describe the bug** When using elements intended to contain only plain text -- like `` and `` -- a space is prepended and appended to the text. In some cases...
In testing #353 I noticed that in our `exampleSite` we have a featured post ("Markdown Syntax Guide") with both of these things set: - `featured = true` - `tags =...