-
### Steps to reproduce
Link to live example: [packages/mui-material/src/styles/createMixins.js](https://github.com/o-alexandrov/material-ui/blob/master/packages/mui-material/src/styles/createMixins…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
Like in the official shadcn/ui, the option for the components to be generated using tailwind utility classes instead of css…
-
### Reproduction
npx shadcn-vue@latest add drawer / toast
### Describe the bug
I'm ini using laravel framework configuration and set typescript as false
I don't know this will show just on laravel…
-
#### Environment
- __Package version(s)__: latest
- __Operating System__: macOS Sonoma 14.5
- __Browser name and version__: n/a
#### Steps to reproduce
Follow README.md setup steps up until `ya…
-
### Describe the bug
when adding a new components for example `npx shadcn@latest add button`. usually the components importing the generated "utils" file, however, i rename the file to "cn.ts" and mo…
-
When using a SSR'ed page with dark mode support, as WebAssembly bundles are non render blocking content, users that defaults to dark mode will see a flash of light mode page.
The solution is to use…
-
The following does not compile properly (--container-max is set to 1200px):
```
@media (min-width: var(--container-max)) {
...
}
```
Expected:
```
@media (min-width: 1200px) {
...
}
```
…
klase updated
5 years ago
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
Before when using nested themes with ThemeProvi…
-
```
I've run into another roadblock just trying to get a simple SASS instance
working.
I have a /ast/home.scss, and a /ast/_global.scss
At the top of /ast/home.scss, I have @import "global";
I have…
-
```
I've run into another roadblock just trying to get a simple SASS instance
working.
I have a /ast/home.scss, and a /ast/_global.scss
At the top of /ast/home.scss, I have @import "global";
I have…