aflubenov

Results 1 issues of aflubenov

I got "vars.less" file, its content is: // variables @siteHeaderBackgroundColor : #ff0000; --- Then I have the following rules: @import '/less/front-2.3.1/vars.less'; .site-header { background-color : @siteHeaderBackgroundColor; } @siteHeaderBackgroundColor: #fafafa; ---...