Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #The #Sass #file #visually #sass #older #syntax
ADD COMMENT
Topic
Name
4+4 =