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
in the oxid.less and adding a the variable
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?
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";
Code:
@form-webkit-inner-spin-button-margin
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?