react-css-themr icon indicating copy to clipboard operation
react-css-themr copied to clipboard

Easy theming and composition for CSS Modules.

Results 9 react-css-themr issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

When trying to install this on the fresh create-react-app with React 18 I get the following error. ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

After I upgrade React & React-DOM to 16.8.6,I see this warning: ![image](https://user-images.githubusercontent.com/4537336/60579466-bd2d1300-9db5-11e9-96de-d604201e1d54.png) So, the `ThemeProvider` should to use [New Context API](https://reactjs.org/docs/context.html), right? ![image](https://user-images.githubusercontent.com/4537336/60579869-8efc0300-9db6-11e9-8791-9c434adad33d.png)

bug

Hi, thanks for your work, this module has been a tremendous help in my projects! **Proposition** Having an option allowing to specify a function that will be used in place...

enhancement
help wanted