November 2017
Beginner to intermediate
398 pages
8h 42m
English
Less has a simpler syntax than other CSS preprocessing languages:
npm install --save-dev less less-loader
<style lang="less" scoped> .article { .title { border-bottom: solid 3px fade(red, 20%); } } </style>
Read now
Unlock full access