Answers for "The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax"

CSS
0

The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax

$color: red

=my-border($color)
  border: 1px solid $color

body
  background: $color
  +my-border(green)
Posted by: Guest on February-04-2022

Browse Popular Code Answers by Language