classy-ui icon indicating copy to clipboard operation
classy-ui copied to clipboard

An automatically optimized design system

Results 11 classy-ui issues
Sort by recently updated
recently updated
newest added

Since [`inherit`](https://developer.mozilla.org/en-US/docs/Web/CSS/inherit) can be used as a value for any property, I'm wondering if `classy-ui` should support it by default or of this should be done in our custom `classy-ui`...

I'm trying to style an `input` field and its default colors when browsers or extensions autofill some values. ```css /* Change the white to any color ;) */ input:-webkit-autofill, input:-webkit-autofill:hover,...

Hey, sorry for reporting so many issues. This one is not a bug but a suggestion where I'd love your input to understand which direction `classy-ui` wants to go. I've...

I believe `outline` may be missing properties that are already available on the `border`. `outlineRadius`, `outlineColor`, etc. Only `outline` seems to exist at the moment and its only token is...

Hi! I would like to open the discussion around global styles. I think it's a very useful feature to be able to add global styles, similarly to styled-components [createGlobalStyle](https://styled-components.com/docs/api#createglobalstyle). One...

In a composition like the following ```JSX I believe this text should be red ``` I'd expect the red color to be applied instead of the blue one. I'm using...

It gives the following error: > Could not find/install babel plugin ‘classy-ui/plugin’: Could not find path: ‘/node_modules/caniuse-lite/data/features/beacon’. Here’s the direct link: https://codesandbox.io/s/classy-ui-demo-nbxs6?from-embed=&file=/index.html

Hi, thanks for building this amazing library! In a Create React App JS application I tried but failed to follow the documentation to customize the tokens here: https://classy-ui.io/customizing-tokens I created...

In my specific situation I need to add `gridRows` for doing application style css grid layouts. It either not supported or not clear how you go about overriding or upserting...

I'm playing with Classy-UI and I can already see the benefit when working with React. However when I build the app, it seems that some classes are ignored. (It works...