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 760bee5 commit 57a3eecCopy full SHA for 57a3eec
packages/accessibility-buttons/package.json
@@ -19,7 +19,10 @@
19
},
20
"funding": "https://github.com/sponsors/tiagoporto",
21
"type": "module",
22
- "exports": "./src/index.ts",
+ "exports": {
23
+ ".": "./src/index.ts",
24
+ "./styles": "./src/accessibility-buttons.css"
25
+ },
26
"engines": {
27
"node": ">=18"
28
src/index.ts
@@ -1,4 +1,5 @@
1
import { accessibilityButtons } from 'accessibility-buttons'
2
+import 'accessibility-buttons/styles'
3
4
import './styles'
5
0 commit comments