From 02fed405f35b3a6a889e2b9466957f9a7f1e9acf Mon Sep 17 00:00:00 2001 From: Tony Air Date: Wed, 18 Dec 2019 00:26:32 +0700 Subject: [PATCH] IMPROVEMENT: path resolving --- package.json | 2 +- src/scss/_components/_ui.main.scss | 2 +- src/scss/_components/_ui.map.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 28d193a..425505a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", - "version": "1.3.8", + "version": "1.3.9", "author": "Tony Air ", "license": "MIT", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", diff --git a/src/scss/_components/_ui.main.scss b/src/scss/_components/_ui.main.scss index 9469647..7b69e0d 100755 --- a/src/scss/_components/_ui.main.scss +++ b/src/scss/_components/_ui.main.scss @@ -1,7 +1,7 @@ /* * some basic styles */ -@import "_animations"; +@import "../_animations"; // don't let images be wider than the parent layer div, a, span, button, i { diff --git a/src/scss/_components/_ui.map.scss b/src/scss/_components/_ui.map.scss index 3f6269f..8a11783 100755 --- a/src/scss/_components/_ui.map.scss +++ b/src/scss/_components/_ui.map.scss @@ -1,5 +1,5 @@ @import "../_variables"; -@import "~scss/_animations"; +@import "../_animations"; //@import "~mapbox-gl/src/css/mapbox-gl.css";