This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
All arguments *may* be space separated lists: | |
@include link-states(<properties>, <normal values>[, <state values>] | |
[, <:active values>][, <:focus values>]); | |
Example: | |
a { | |
@include link-states(color, red, blue); | |
} | |