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";