-
### Describe the bug
➜ GitEval-FrontEnd pnpm dlx shadcn-ui@latest init
Packages: +161
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++…
-
> app/javascript/css/javascript.js
``
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@tailwind preflight;
@tailwind components;
_.btn-teal {
@…
-
Twrnc dark mode works considerably different from the web version. I am struggling to find information regarding this specific issue.
While in the Web version tailwind invert the text color automa…
-
In order to make Proton Framework Agnostic, we need to extract markup and styles to examples only and ensure the components themselves are utilizing slots. Doing so will decouple the markup and styles…
-
this is the [repo link](https://github.com/charbelsako/salon/)
I have tried creating a new project with the tailwind css example and copying the files from there
Sometimes I get this error
>…
-
Atala updated
3 weeks ago
-
# Rappasoft | Blog | Extending Tailwind CSS dark mode to use system preference
In a previous article, I showed you how to use Tailwind CSS to enable a dark theme on your application. Let's take it on…
-
In 2023 tailwind is a better solution than bootstrap.
https://tailwindcss.com/
Also you have
https://ui.shadcn.com/
to create awesome components and a well documented components
If you need somen…
-
I am developing the application using the nextJs 13 app directory.
styles for button components are not being applied to it.
![image](https://github.com/creativetimofficial/material-tailwind/ass…
-
Hey :)
Tried using `posthtml-postcss` with it and it doesn't seem to work, here's what I tried.
This is my PostHTML render function:
```js
import posthtml from 'posthtml'
import components …