Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windi css support #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

YunnXairou
Copy link

For a projet I happend to use Windi css instead of tailwind and have made a small patch for this nightwind to work with it. I give it to you if you want to support it in the future.

Here is my windi.config.js if you want to try for yourselves

import { defineConfig, transform } from 'windicss/helpers'

export default defineConfig({
	darkMode: 'class',
	theme: {
		nightwind: {
			typography: true,
		},
	},
	plugins: [
		require('windicss/plugin/typography'),
		transform('nightwind')
	]
});

@jjranalli
Copy link
Owner

Thanks for the PR! Will review it asap and let you know :)

@ak4zh
Copy link

ak4zh commented Feb 5, 2022

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants