css icon indicating copy to clipboard operation
css copied to clipboard

Bootstrap Functions added twice

Open hsankala opened this issue 3 years ago • 0 comments

In css/src/core/_index.scss we import the WebPixels functions.

https://github.com/webpixels/css/blob/bcfd10ac36371ed428e67279c8f89d04a89f79ab/src/core/_index.scss#L2

The first thing the custom functions file does is import the bootstrap functions: https://github.com/webpixels/css/blob/bcfd10ac36371ed428e67279c8f89d04a89f79ab/src/core/_functions.scss#L7

Then further on in the core index.scss file we pull in the bootstrap functions again: https://github.com/webpixels/css/blob/bcfd10ac36371ed428e67279c8f89d04a89f79ab/src/core/_index.scss#L8

hsankala avatar Aug 12 '22 10:08 hsankala