Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

OXID Mobile Theme LESS compiling issues

$
0
0
i posted this already here on GitHub:

https://github.com/OXID-eSales/mobile_theme/issues/5

i am fairly new to LESS so it just may be my inexperience, i had issues compiling the oxid.less with lessphp.

i tried it again with lessc locally on my mac, i figured out it would only compile if switch the positions of
Code:

@import "bootstrap/bootstrap.less";
@import "variables.less";

in the oxid.less and adding a the variable
Code:

@form-webkit-inner-spin-button-margin
as it was reported missing.

finally i got it compiling , i uploaded the oxid.css to try it out and the whole template looked differently? doing a comparison with the older oxid.css it has major differences.
my understanding was that the oxid.css is directly created from the oxid.less?

Viewing all articles
Browse latest Browse all 6951

Trending Articles