04.07.2019 Views

frontend-developer-1

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Use LESS/CSS to Customize the Magento Look and Feel<br />

.element-selector__call-to-action { background-color:<br />

#ff0000; }<br />

Calculations are also possible:<br />

.element-selector {<br />

border-width: 1px + 1px;<br />

}<br />

This compiles to:<br />

.element-selector { border-width: 2px; }<br />

It is generally better to limit its use, though, because it can make finding the initial<br />

declaration of the style more tedious because searching is essentially useless.<br />

HELPFUL LINKS:<br />

• http://lesscss.org/#operations<br />

Copyright © 2018, SwiftOtter, Inc.<br />

112

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!