goober icon indicating copy to clipboard operation
goober copied to clipboard

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API

Results 80 goober issues
Sort by recently updated
recently updated
newest added

Hi @cristianbote, this is still very much a work in progress (so don't merge yet), but wanted to get your feedback before I go too far down the rabbit hole....

How to lint the css code written in JS / TS files using stylelint or eslint ?

help needed
docs

When using React's forwardRef, nested styled components do not get styled correctly. This problem does not happen without forwardRef. ```jsx import { setup, styled } from "goober"; import React, {...

bug
discussion

Shaved off quite a few bytes by removing the `stringify` function and using `Object.entries` instead. I don’t know how this affected performance, running the benchmark did not give me the...

Rewrote `astish` function to recursion instead of while loop and shave some bytes Size comparison Before: ``` Wrote 1183 B: goober.cjs.gz 1079 B: goober.cjs.br Wrote 1188 B: goober.esm.js.gz 1085 B:...

For `2.1.0` I wanna make room for other improvements and new features. Making room for them will require some breaking changes. ## Breaking changes - [x] Move `glob` into its...

discussion
help needed

Steps: 1. Open https://codesandbox.io/s/react-goober-forked-2dw5v?file=/src/index.js 2. `Open in new window` button 3. Chrome dev tools -> `Esc` -> `Search` -> type "Test comment" ![image](https://user-images.githubusercontent.com/8587695/119037680-f4f9cf80-b9ba-11eb-9a84-2fcc123e1bb3.png) It maybe coz sandbox runs development env,...

discussion

For example `@font-face` is used to define multiple font families but with the same block name.

bug

When using a theme, if a button is used to change the background color for the body tag, for example, the first time it works fine, but the second time,...

bug

> **NOTE**: These changes are quite similar to #236, but I've gone ahead and made a new PR based off of the latest changes on `master`. Well, here we are...