IMPROVEMENT: path resolving

This commit is contained in:
Tony Air 2019-12-18 00:26:32 +07:00
parent 3ba1ffe502
commit 02fed405f3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.3.8",
"version": "1.3.9",
"author": "Tony Air <tony@twma.pro>",
"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.",

View File

@ -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 {

View File

@ -1,5 +1,5 @@
@import "../_variables";
@import "~scss/_animations";
@import "../_animations";
//@import "~mapbox-gl/src/css/mapbox-gl.css";