Fix example for real main-bg-image

Fix example for real main-bg-image (avoid CSS syntax error) ;-)
This commit is contained in:
Lota Bi 2022-02-18 18:07:39 +01:00 committed by GitHub
parent e324e2f6b6
commit e226a3d503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
// MAIN
--main-color: #333;
--main-bg-color: #e3e3e3;
--main-bg-image: none; // "images/background.png"
--main-bg-image: none; // url("images/background.png");
--main-bg-size: auto;
--main-bg-repeat: repeat;
--link-color: #369;