-
### Steps to reproduce
Either pigment or next-i18next i18n library can work on a project:
https://github.com/rkurbatov/acq-test - here is example repository for NextJS v12. We managed to fix nex…
-
### Feature Description
As many know, we want to get rid of Fomantic UI. I propose the following:
- Change the remaining easy-to-replace components with custom implementations in JS/CSS
- For h…
-
### Steps to reproduce
When making use of `useTheme` in components, any values returned are undefined.
```jsx
// Component.tsx
import { useTheme } from '@pigment-css/react';
const Compone…
-
**Environment**:
- Operating System: Windows 11
- IDE: Visual Studio Code
- Node.js version: v18.17.1
- npm version: 10.1.0
**Description**:
I am encountering a persistent vulnerability issue …
-
In a similar fashion to how we have a branch of react-pwa that replaces saas with 'css-in-js' (https://github.com/nearform/react-pwa/pull/39), let's do a version of react-pwa that uses css modules, i.…
-
Opening an issue to track support for Next.js 13's `appDir` and server components.
Currently, it's possible to use `next-themes` within `appDir` with the following pattern:
```ts
// app/layout.…
-
The "babel-plugin-react-css-modules" npm package allows you to write CSS module references using styleName="my-css-class" instead of className={styles.MyCssClass}. It would be really neat to have vsco…
-
## Problem
When I try to make use of `enrichTweet` or any function exported from the `react-tweet` package, I get the following error:
```shell
1:08:50 PM [vite] Internal server error: Unknown …
-
Is there a way to use it with babel-plugin-react-css-modules? There is no need for style object with this install. For example I use it like this.
```
import './titleComponent.local.scss'
const …
-
When trying to create a new column at right I get this error:
```
Uncaught TypeError: Cannot read properties of undefined (reading 'next')
at table_TableContainer.insertColumn (quill-better-tab…