Frans 6 years ago
parent
commit
f86ed5783b

+ 0 - 1
src/packages/noticebar/noticebar.scss

@@ -1,4 +1,3 @@
-@import '../../styles/index.scss';
 .nut-noticebar {
 .nut-noticebar {
     display: flex;
     display: flex;
     height: 40px;
     height: 40px;

+ 0 - 2
src/packages/rate/rate.scss

@@ -1,5 +1,3 @@
-@import '../../styles/index.scss';
-
 @function toRGB ($color) {
 @function toRGB ($color) {
     @return "rgb("+red($color)+", "+green($color)+", "+blue($color)+")";
     @return "rgb("+red($color)+", "+green($color)+", "+blue($color)+")";
 }
 }

+ 0 - 1
src/packages/searchbar/searchbar.scss

@@ -1,4 +1,3 @@
-@import '../../styles/index.scss';
 @import "../../styles/animation/pulse";
 @import "../../styles/animation/pulse";
 .nut-searchbar {
 .nut-searchbar {
 	display: flex;
 	display: flex;