[www-doc] [Git][VideoLAN.org/websites][master] style: unbreak builds
Konstantin Pavlov
gitlab at videolan.org
Mon Apr 6 13:24:28 CEST 2020
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
7842bedd by Konstantin Pavlov at 2020-04-06T14:22:50+03:00
style: unbreak builds
- - - - -
4 changed files:
- www.videolan.org/style/slick-theme.scss
- www.videolan.org/style/slick.scss
- www.videolan.org/style/style.scss
- www.videolan.org/style/theme.scss
Changes:
=====================================
www.videolan.org/style/slick-theme.scss
=====================================
@@ -1,4 +1,4 @@
- at import "style/mixins";
+ at import "mixins";
@import "bootstrap/mixins/vendor-prefixes";
$left-arrow: "/images/icons/arrow-left.png";
=====================================
www.videolan.org/style/slick.scss
=====================================
@@ -1,4 +1,4 @@
- at import 'style/slick-theme';
+ at import 'slick-theme';
/* Slider */
.slick-slider
{
=====================================
www.videolan.org/style/style.scss
=====================================
@@ -1,7 +1,7 @@
/* =================================== CSS RESET =============================== */
- at import "style/theme";
- at import "style/icons";
- at import "style/mixins";
+ at import "theme";
+ at import "icons";
+ at import "mixins";
@import "bootstrap/mixins/vendor-prefixes";
*
=====================================
www.videolan.org/style/theme.scss
=====================================
@@ -1,4 +1,4 @@
- at import "style/mixins.scss";
+ at import "mixins.scss";
/* =================================== THEME RECOLORING RULES ====================================== */
@mixin theme-colors($base, $dark) {
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/7842bedd88bceda02557dac848c8716530b430d7
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/7842bedd88bceda02557dac848c8716530b430d7
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list