Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 0cac8ab

Browse files
committed
Added style line to package.json, accepts @import
This is to make it much easier to load the CSS when using a import tool like postcss-import, etc.
1 parent 03ce206 commit 0cac8ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
44
"version": "3.3.5",
55
"homepage": "https://fancyapps.com/fancybox/3/",
6-
"main": "./dist/jquery.fancybox.js",
6+
"main": "dist/jquery.fancybox.js",
7+
"style": "dist/jquery.fancybox.css",
78
"author": "fancyApps",
89
"license": "GPL-3.0",
910
"repository": {

0 commit comments

Comments
 (0)