fixed stylelint

This commit is contained in:
ogerly 2022-05-10 07:05:57 +02:00
parent aa21deecf0
commit 0e779d27a1
3 changed files with 13 additions and 19 deletions

View File

@ -1,4 +1,4 @@
// Body
$body-bg: #ffffff !default;
$body-bg: #fff !default;
$body-color: $gray-700 !default;

View File

@ -1,10 +1,13 @@
// Body
// Sections
$section-colors: () !default;
$section-colors: map-merge((
"primary": $body-bg,
"secondary": $secondary,
"light": $gray-400,
"dark": $dark,
"darker": $darker
), $section-colors);
// $section-colors: () !default;
// $section-colors: map-merge(
// (
// "primary": $body-bg,
// "secondary": $secondary,
// "light": $gray-400,
// "dark": $dark,
// "darker": $darker
// ),
// $section-colors
// );

View File

@ -49,13 +49,4 @@ export default {
height: 100%;
border-radius: 0 94% 63% 0/0 78% 54% 0;
}
@media screen and (max-width: 1398px) {
.carousel-item {
}
}
@media screen and (max-width: 1200px) {
.carousel-item {
}
}
</style>