postcss_vars: Use underscore to follow better naming convention.

This commit is contained in:
Aman Agrawal
2021-01-25 08:18:09 +00:00
committed by Tim Abbott
parent c287377512
commit f8aea9aecb
17 changed files with 58 additions and 58 deletions

View File

@@ -59,12 +59,12 @@ exports.initialize = function () {
$("head").append(
"<style> @media (max-width: " +
media_breakpoints["xl-max"] +
media_breakpoints.xl_max +
") { .compose-content, .header-main .column-middle { margin-right: " +
(7 + sbWidth) +
"px !important; } } " +
"@media (max-width: " +
media_breakpoints["xl-max"] +
media_breakpoints.xl_max +
") { .fixed-app .column-middle { margin-left: " +
(7 + sbWidth) +
"px !important; } } " +