tailwind-css Questions
2
I'm starting with React Native using Nativewind and I get this error.
iOS Bundling failed 1748ms error: App.tsx:
/Users/gcortinez/Projects/eynurse/eynurse-rn/eynurse_app/App.tsx: Use
process(css)....
Incorporate asked 14/7, 2023 at 18:30
5
I'm importing the following code into my .tsx component:
import resolveConfig from 'tailwindcss/resolveConfig';
import tailwindConfig from '../../../tailwind.config.js';
const fullConfig = resolve...
Boll asked 4/2, 2022 at 9:5
8
Solved
I just updated PhpStorm to version 2020.3 which now supports autocompletion for Tailwind CSS. But in my new updated version it isn't working and can't figure out why.
In html, blade and css files, ...
Ballade asked 4/12, 2020 at 10:0
9
I installed the prettier-plugin-tailwindcss and it successfully sorts the Tailwind classes when I run Prettier using npx prettier --write index.html. However, when I hit save in VScode, the prettie...
Bibliofilm asked 3/3, 2023 at 15:24
8
I've created a basic tailwind + react app. I'm trying to use Shadcn as well but am getting this error when trying to use a button component:
ERROR in ./src/pages/homepage/index.js 5:0-48 Module no...
Erleena asked 18/7, 2023 at 15:51
2
I'm building a sidebar with the Transition and Dialog Headless UI components.
Transition docs
When I break out the code that's passed between <Transition.Child> to it's own component. I get t...
Disserve asked 20/10, 2022 at 17:16
3
I registered a custom breakpoint ('mymd': '962px') and after that all breakpoints that are lower in width do not work
tailwind.config.js
module.exports = {
purge: [],
darkMode: 'media', // or 'me...
Syllogistic asked 17/5, 2021 at 14:4
18
Solved
I created a new react-ts app using yarn create @vitejs/app my-app --template react-ts.
I installed tailwind using yarn add --dev tailwindcss@latest postcss@latest autoprefixer@latest.
I initialized...
Pentecostal asked 20/2, 2021 at 6:20
3
Solved
I'm making a react app with tailwindcss, and I want to make a hidden mobile navbar and when the user click on the icon it appears.
So I want to make a transition while the menu appears.
I use:
Rea...
Desmid asked 14/7, 2022 at 14:55
5
Solved
I've created an Angular library in Nx workspace to provide ui-components (ui-kit). To this library I added Storybook which was working fine. Now I also want to include Tailwind because the componen...
Diplomate asked 25/2, 2022 at 10:12
5
Solved
I was trying to use colors such as amber and lime, which are mentioned in the documentation. These colors didn't work. Only colors with names such as the primary color name (eg. red, pink) worked.
...
Hair asked 13/1, 2022 at 23:33
3
I’ve created a monorepo with Turborepo that for now have 1 React Vite App, and tailwind-config package. And my problem for now is that my App is not loading tailwind at all.
Let me try to explain y...
Corron asked 2/7, 2023 at 8:51
2
Solved
I need to safelist all margin values with the respective responsive sizes.
Example:
'mb-10'
'md:mb-10'
'xl:mb-10'
and so on.
Here is what I have right now in my tailwind.config.js but it doesn't ...
Huppah asked 20/12, 2021 at 22:4
5
I'm new to tailwindcss, and i want to use both sassy css and tailwind for my new project. But I'm having trouble with the nesting specially when i used "@apply".
section {
@apply .p-4;
ul {
li ...
Philoprogenitive asked 27/6, 2019 at 5:9
7
Solved
I'm working on a project using Vue.js and Tailwind CSS and I get this error twice for the same line of code
Unknown at rule @apply css(unknownAtRules)
when using the follwing style
<style scop...
Pringle asked 28/3, 2022 at 13:35
11
Solved
I have checked out many answers from Stack Overflow but I wasn't able to fix the issue that IntelliSense not working for Tailwindcss. But vscode Intellisense working for other things like python an...
Begone asked 1/2, 2022 at 12:16
6
I am using ApexCharts and would like to use my tailwind colors (red-500, etc) to style my chart. I can't use css classes (so can't use theme() in a post-css context).
I also can't reference the def...
Uphroe asked 9/4, 2020 at 9:33
9
I created a React application using Vite and used the documentation provided here to install Tailwind: Tailwind CSS Installation Guide.
However, it's not picking up any of the Tailwind styles.
tail...
Yugoslavia asked 2/2, 2023 at 21:47
7
Solved
I'm working on getting a new Rails 7 project deployed to production (trying on both Heroku and Render.com) and am getting the following error during build:
$ tailwindcss -i ./app/assets/stylesheets...
Sistrunk asked 18/12, 2021 at 4:56
5
Solved
I want to create a <hr> divider using Tailwind CSS, but instead of the horizontal rule spanning the entire width of the page unbroken, I want to add some text in the middle.
For example:
----...
Brinna asked 2/12, 2021 at 16:50
1
I currently have the following React component:
"use client";
import Autoplay from "embla-carousel-autoplay";
import { Card, CardContent } from "@/components/ui/card";...
Pompea asked 21/4, 2024 at 19:41
12
I can't figure out why the responsive overrides of tailwind are not working in my project.
For example, I'd like the following text in div to be centered below the small screen breakpoint and left-...
Telegony asked 24/6, 2019 at 15:9
2
I created a new project using Next.js 13 and added Tailwind the same way as I always do, but changes I made are not applied immediately, a full page refresh is required for them to work. I pasted m...
Maidenhair asked 16/11, 2022 at 8:52
10
Solved
I am developing an Angular 12 project with Tailwind CSS installed. I have followed the official docs and it seems everything works; but I can´t understand why some classes work and others not.
For ...
Deodand asked 7/3, 2022 at 16:15
2
Solved
I'm using next-mdx-remote to make use of MDX in my Next.js project.
I've been following JetBrains WebStorm guide to build this, here they've used bootstrap as their CSS but my choice of CSS framewo...
Ruffner asked 31/12, 2021 at 6:24
© 2022 - 2025 — McMap. All rights reserved.