Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 17, 2010
2 parents 64b1b5c + 8fa0bf1 commit cc3863e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc-src/SASS_REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,12 +838,12 @@ SassScript defines some useful functions
that are called using the normal CSS function syntax:

p {
color: hsl(0, 100%, 50%);
color: hsl(0, 100%, 0.5);
}

is compiled to:

#main {
p {
color: #ff0000; }

See {Sass::Script::Functions} for a full listing of Sass functions,
Expand Down Expand Up @@ -1541,6 +1541,7 @@ For example:
width: $width;
style: dashed;
}
}
p { @include sexy-border(blue); }
h1 { @include sexy-border(blue, 2in); }

Expand Down

0 comments on commit cc3863e

Please sign in to comment.