nightwind icon indicating copy to clipboard operation
nightwind copied to clipboard

An automatic, customisable, overridable Tailwind dark mode plugin

Results 42 nightwind issues
Sort by recently updated
recently updated
newest added

I get `FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory` error when compiling this with webpack. anyone else has the same problem?

When tailwind 3.0 came out, I started using crwsll's theme swapper on my projects. When I came back to do some maintenance on what is essentially my portfolio site, I...

After upgrading tailwind into version 3 webpack compile fails. removing nightwind from config works just fine. > webpack error messages ```bash ERROR in ./app/javascript/packs/application.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./app/javascript/packs/application.scss) Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):...

Fixes https://github.com/jjranalli/nightwind/issues/60

We have a theme that looks like this: ```js theme: { colors: { blue: { "25": "#FAFEFF", "50": "#EDFAFF", "75": "#DDF2FA", "100": "#CAEFFC", "200": "#A7E4FA", "300": "#84D7F5", "400": "#5EC5EB", "500":...

By default all white will be transformed to black, e.g. bg-white to bg-black. Can I exclude text-white so that all white text stays white in dark mode?

I did a `--force` install of nightwind into tailwind 3 and it is working good, please update the package manager and anything else to work with tailwind 3, all those...

Hello, I'm using Tailwind 3.0 How can i remove unused css using nightwind ? I'm getting a 650 kB output file with a 3 kB input file. current tailwind.config.js looks...

Arrest me if I'm wrong, but I don't think this was the purpose of that class. Now if I do: ```html ``` Then `dark:bg-blue-900` has no effect.