-
Hi there)
Im trying to upgrade _postcss-custom-properties_ from 7.0.0 to the latest version, and I have a problem.
I have a code:
```css
.defaultTheme {
--FB-color-error-message: var(--co…
-
### Steps to reproduce
the outlined button hover style wrong
https://codesandbox.io/p/sandbox/reverent-babbage-66yztk
```tsx
const theme = createTheme({
cssVariables: {
colorSchemeSele…
-
### Describe the bug
I am using create react app and encountering the above error: Module not found: Error: Can't resolve '@/lib/utils'
The above doesn't happen if I write the following "../../lib…
-
### Question description
The reason behind shadcn is to have ownership of the code and make all components lives in your project, so just wondering the decision to make this as a package instead of…
-
### Steps to reproduce
[Repro link](https://stackblitz.com/edit/react-pzwquw?file=index.tsx,Demo.tsx)
Steps:
1. Setup theme to use css variables
2. Use `theme.applyStyles` to apply dark theme …
-
```vue
hello
export default {
cssVariables() {
return {
fontSize: this.size + 'px'
}
}
}
h1 {
font-size: var(--fontSize);
}
```
-
### Description
I've been using shadcn CLI in my Nx project thanks to the tsconfig.json workaround suggested [here](https://github.com/shadcn-ui/ui/issues/718) and it works. However, I'm getting the …
-
There is a `commentStyle` proper in the formatter, however it seems that at least in css this can not be overwritten: https://github.com/amzn/style-dictionary/blob/main/lib/common/formatHelpers/create…
-
I work with multi projects and expect only scan current workspace folder when editing file. Here is my vscode configuration, but it doesn't work
settings.json
```json
"cssVariables.lookupFiles"…
-
Create a script to generate a list of CSS variables that can be used in the components.
Check if we can retrieve defaults.