glamor icon indicating copy to clipboard operation
glamor copied to clipboard

inline css for react et al

Results 73 glamor issues
Sort by recently updated
recently updated
newest added

Hi! You depend on `through`, an excellent package that unfortunately has not been maintained since 2018. I've forked it as https://npmjs.com/@ljharb/through so that I can maintain it (with @dominictarr's blessing),...

Hey guys. I installed glamor on NextJs project and its throwing the following warning: Warning: Prop `className` did not match. Server: "css-18n6xt" Client: "css-w4kbhk" Anyone can help me?

I'm looking to use `glamor` for a very simple use-case: generating inline style attribute text. ``` glamor.inline({backgroundColor: blue, borderRadius: 12}) => "background-color:blue;border-radius:12px" ```

pinned version of FBJS library includes a version of isomorphic-fetch which has a dependency on node-fetch which is now vulnerable please move the pinned version of fbjs to a greater...

This crosses the v5.0.0 version, which required some changes to the import paths. All tests still pass. It turns out crossing this threshold is important for us, because we depend...

Can't help but notice there haven't been any commits in several months. Is there intent to continue this project or has it reached the end of its development?

so the next code: ``` className={` no-underline black db overflow-hidden ${css({ display: '-webkit-box', '-webkit-line-clamp': 2, '-webkit-box-orient': 'vertical', [bpMinSM]: { '-webkit-line-clamp': 1, }, })} `} ``` outputs to: ``` display: -webkit-box;...

Hello! I am writing from [react-images](https://www.npmjs.com/package/react-images) library context, which turns to use glamor (or its kinda old version `glam`) for styles. I know this won't fix this library but at...

` adminBtn: css({ position: 'absolute', width: '58px', height: '58px', margin: 'auto', top: '100px', right: '220px', cursor: 'pointer', color: 'red', ':hover': { src: 'static/image/btn_admin_down.png', color: 'blue'}, }),`