Skip to content

Commit 30d6d0b

Browse files
Configure CSS file as main field
1 parent ea345b4 commit 30d6d0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@import 'tailwindcss';
2-
@import '../src/index.css';
2+
@import '../';
33

44
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
7+
"style": "src/index.css",
78
"files": [
89
"src/*.js",
910
"src/*.d.ts",

0 commit comments

Comments
 (0)