From ac47f6316c4115b4691f1c0115cf388f8514e1ca Mon Sep 17 00:00:00 2001 From: Arman Poghosyan Date: Fri, 22 Dec 2017 20:22:20 +0400 Subject: [PATCH] Fix style path for imports CSS loaders (Webpack, PostCSS, SCSS loaders) require style in package.json to import the right css and the path was actually wrong. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c2d00a..a0b1187 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-beta.10", "description": "A theme for Select2 v4 and Bootstrap 3.", "main": "", - "style": "select2-bootstrap.css", + "style": "dist/select2-bootstrap.css", "homepage": "https://select2.github.io/select2-bootstrap-theme", "directories": { "doc": "docs"