ソースを参照

Merge pull request #5853 from TropicalRaisel/patch-1

Added package.json entries that allow importing stylesheets
文翼 4 年 前
コミット
578e454974
1 ファイル変更3 行追加1 行削除
  1. 3 1
      package.json

+ 3 - 1
package.json

@@ -2,7 +2,9 @@
   "name": "bootstrap-table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "version": "1.18.3",
-  "main": "./dist/bootstrap-table.min.js",
+  "style": "dist/bootstrap-table.min.css",
+  "sass": "src/bootstrap-table.scss",
+  "main": "dist/bootstrap-table.min.js",
   "directories": {
     "doc": "site"
   },