October 2016
Intermediate to advanced
288 pages
5h 16m
English
In the previous chapter, Chapter 3, Magento 2 Theme Layout, we created the Hello World theme, but without any change in the CSS structure. Now that you've gained the knowledge of the use of the Magento UI library in your projects, it will be far simpler to understand the flow processes and the application of techniques in developing Magento 2 themes. Let's make some customizations in our Hello World theme using the Magento UI library:
<magento_root>/vendor/magento/theme-frontend-blank/web/css/_styles.less to packt/app/design/frontend/Packt/compstore/web/css.import command, as shown in the following example:@import 'source/lib/_lib.less'; @import 'source/_sources.less'; ...
Read now
Unlock full access