Stacks icon indicating copy to clipboard operation
Stacks copied to clipboard

Stack Overflow’s Design System

Results 107 Stacks issues
Sort by recently updated
recently updated
newest added

Addresses: https://github.com/StackExchange/Stacks/issues/620 The attribute to target is `readonly`. It can also be targeted as a pseudo-class in the form of `:read-only`, which is what I'd guess caused the confusion here....

This PR beefs up our base font size by `1px`. Our fonts are comically small across the site, and now that we've changed fonts, we should be able to get...

Stacks is configurable to use Eric Meyer's `reset.css`. By default, Stacks is configured using `normalize`. We were using version `7.0.0` of `normalize.css`, which is a major version behind https://github.com/necolas/normalize.css the...

lib update

jQuery works but I figured Stacks would be a good, isolated environment to explore replacing it with [Cash](https://github.com/fabiospampinato/cash) and saving a few KBs (see [the comparison chart](https://github.com/fabiospampinato/cash#comparison) and [[email protected]](https://bundlephobia.com/package/[email protected])/[[email protected]](https://bundlephobia.com/package/[email protected])) sizes....

do-not-merge
dependencies
exploration
breaking changes

We aren't handling width correctly in the case of things like YouTube embeds and iframes. We should apply the same sizing that we apply to images.

bug
enhancement

In the Flex documentation, we recommend `gutter` atomic classes. I think we can safely recommend `gap` classes over `.gs` classes. If not now, then soon at least. I know there...

deprecation
chore
documentation

The [liquid docs](https://shopify.github.io/liquid/tags/template/#include) state that > The include tag is deprecated; please use [render](https://shopify.github.io/liquid/tags/template/#render) instead. I did a blind swap of all `{% include` to `{% render` and it broke...

docs
help-wanted

Popper.JS has been renamed Floating-UI. We'll have to take a look at if there are any breaking changes and possibly update a package.

chore

**Describe the bug** `.s-btn__filled` does not provide enough contrast in high contrast mode regardless of theme. **To Reproduce** As a user with high contrast enabled 1. Visit https://stackoverflow.com/questions 2. Hover...

A chore task. Right now we have some theming stuff split across colors, and typography. We should consolidate these into a single `theming` file... or something.

chore