Sass grammar summary

Similar PHP, Sass PHP provides a similar feeling, way to declare variables with the same PHP, and CSS is similar to the way assignment$变量名:值;

Common keywords

  1. @import

    The introduction of sass module

  2. @include

    The introduction of mixin function

  3. @mixin

    Statement function

  4. @extends

    Inheriting styles of a CSS class (there is a problem, try not to use)

reward-code

Original: Big Box  Sass grammar summary


Guess you like

Origin www.cnblogs.com/chinatrump/p/11584440.html