Yahoo Search Busca da Web

Resultado da Busca

  1. 12 de set. de 2024 · I wanted to ask one more thing, when I copy components from shadcn website into my app, components work but the css is very different. Do you know what could be the reason? By different I mean it seems some of the css is not getting applied properly.

  2. 10 de fev. de 2022 · Just in case someone is playing around with only HTML and Tailwind CSS (no JavaScript), as I was :), you need a server running to serve the Tailwind CSS styles or adjust the path to where the CSS file is. If you're using Visual Studio Code you can use for example the extension Live Server to start a server to host your static HTML files.

  3. 31 de jan. de 2021 · Learn how to use calc() in tailwind CSS, a utility-first CSS framework for rapid UI development.

  4. 26 de jul. de 2021 · I have got the CMS application with bootstrap, and embedding react application with tailwind css into it. There are clashes with both css framework util classes. I enabled !important via tailwind configuration then have the below issue, Also tried with selector strategy via config as important: .tailwind-app , but still bootstrap !important rules override.

  5. 8 de mar. de 2022 · This isn't possible with tailwind, you can only target elements by giving them classes. However, you can still write custom CSS and add styles to it with tailwind's @apply: [data-author="Ben"] { @apply bg-blue-500; }

  6. 11 de dez. de 2020 · If you are using Next.js and VS Code, the following might work for you: Check import "@/styles/globals.css"; in your layout.jsx file i.e. check if you have imported your css file correctly. Create .vscode folder at root level. In .vscode folder create two files: settings.json and tailwind.json. Copy and paste following into settings.json file:

  7. 10 de dez. de 2020 · Example: text-black/50 (equivalent to rgba(0, 0, 0, 0.5)) In Tailwind v3, there are a couple of ways to set a text color value of rgba(0, 0, 0, 0.54): 1. Use an arbitrary value. For one-off values, it doesn't always make sense to define them in your theme config file. In those cases, it can be quicker and easier to pass in an arbitrary value ...

  8. 31 de jul. de 2023 · How do I get the second inner div to be on top of the first inner div (map)? I can't figure this out, despite using relative & absolute positioning. I'm using React & Tailwind CSS. Instead, the second inner div currently follows the flow of the image and is positioned below the first children div.

  9. 13 de mar. de 2021 · I'm using the tailwind CSS intellisense vscode extension, and it seems to only work when typing inside a className property.

  10. I am a beginner coder, and started coding a while ago. After going with vanilla CSS for sometime, i tries to learn a CSS framework, and i selected tailwind.css as a framework of my choice after some ...

  1. As pessoas também buscaram por