We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea345b4 commit 30d6d0bCopy full SHA for 30d6d0b
demo/global.css
@@ -1,4 +1,4 @@
1
@import 'tailwindcss';
2
-@import '../src/index.css';
+@import '../';
3
4
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
package.json
@@ -4,6 +4,7 @@
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
5
"main": "src/index.js",
6
"types": "src/index.d.ts",
7
+ "style": "src/index.css",
8
"files": [
9
"src/*.js",
10
"src/*.d.ts",
0 commit comments