CSS Preprocessor Sass Less Stylus fun with @code4mk

Mostafa Kamal
Hello Laravel

--

CSS Preprocessor: Most favourite CSS Preprocessor is Saas , Less , Stylus

~ Sass: Sass makes CSS fun again . Ruby base css preprocessor .

Main theme:

  • variable
  • nesting
  • import
  • mixin
  • loop
  • inheritance / @extend
  • embrace
  • function
  • condition

Sass official site : Sass

Sass cheatsheet pdf

sass cheatsheet

Less : Less is Javascript base CSS preprocessor , It is also favourite for UI / UX

Main Theme:

  • variable
  • nesting
  • import
  • mixin
  • scope
  • namespace
  • extends
  • mixin
  • loop

Less official site : Less

Less cheatsheet pdf

less cheatsheet

Stylus: Stylus is favourite preprocessor , it’s has some similarity with Saas.JavaScript base CSS Preprocessor.

Main Theme:

  • variable
  • nesting
  • mixin
  • condition
  • import / required
  • extend
  • block
  • function

Stylus official site : Stylus

Stylus cheatsheet pdf

stylus cheatsheet

--

--