Stylus

Stylus is more recent that Less and Sass, and is also quite popular:

  1. Finally, for Stylus, you need these packages:
      npm install --save-dev stylus stylus-loader
  1. On the <style> tag, set the lang attribute to "stylus":
      <style lang="stylus" scoped>
.article
.title
border-bottom solid 3px rgba(red, .2)
</style>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.138.144