mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
IMPROVEMENT: path resolving
This commit is contained in:
parent
3ba1ffe502
commit
02fed405f3
@ -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.",
|
||||
|
@ -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 {
|
||||
|
@ -1,5 +1,5 @@
|
||||
@import "../_variables";
|
||||
@import "~scss/_animations";
|
||||
@import "../_animations";
|
||||
|
||||
//@import "~mapbox-gl/src/css/mapbox-gl.css";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user