1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

@Tailwind is yellowed out and it is not working

Discussão em 'Outras Linguagens' iniciado por Celery, Outubro 10, 2024 às 09:32.

  1. Celery

    Celery Guest

    Capture

    I can't see styles in my page and tailwind appears yellowed out like an error.

    Any ideas?

    I revised post.css:

    `export default {
    plugins: {
    tailwindcss: {},
    autoprefixer: {},
    },
    };`


    Vite:

    `import { defineConfig } from 'vite';
    import laravel from 'laravel-vite-plugin';

    export default defineConfig({
    plugins: [
    laravel({
    input: [
    'resources/css/app.css',
    'resources/js/app.js',
    ],
    refresh: true,
    }),
    ],`
    });


    executed several times npm run dev or npm run build

    tried reinstalling node rm -rf node_modules package-lock.json

    Continue reading...

Compartilhe esta Página