Mikey Stengel
Mikey Stengel
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...
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...
As mentioned in #13, trying to use the devTools within the CodeSandbox editor, just shows the `Resetting...` message. A sample sandbox can be seen [here](https://codesandbox.io/s/black-haze-xp1hw) Popping out the window (e.g...
Hey, I might've found another small bug. I have only tried to run it in Codesandbox so it might be related to #14. That being said, even when popping the...
Hey, thank you for this great extension. I would love to see support for inputting a relative path into the field and have the files of the folder displayed. Sometimes...
Typing `:couple:` should also show emojis for 👠and 👬.
Hey there, we've started adding websockets into our project a few days ago and I really enjoy using it. The API turned out to be great and being able to...
When I rewrap in Visual Studio Code, it highlights some of the wrapped lines for a very brief moment. When I press the hotkey for rewrap quickly followed by `Enter`...