Skip to content

Instantly share code, notes, and snippets.

@kaorukobo
Last active November 9, 2023 02:03
Show Gist options
  • Save kaorukobo/416eccfaddeb654b3325c837a81612be to your computer and use it in GitHub Desktop.
Save kaorukobo/416eccfaddeb654b3325c837a81612be to your computer and use it in GitHub Desktop.
{
"dependencies": {
"unocss": "^0.57.2"
}
}
<div class="tw:my-1 tw:md:my-1"></div>
import { defineConfig } from 'unocss'
import presetWind from '@unocss/preset-wind'
export default defineConfig({
presets: [
presetWind({prefix: 'tw:'}),
],
preflights: [],
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment