Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
ide
/
css.editor
/
test
/
unit
/
data
/
testfiles
/
case006.scss
blob: 5abfb9a110858c9ecb1d78d03c222d4d0b23113c [
file
]
@mixin
corner
-
icon
(
$name
,
$top
-
or
-
bottom
,
$left
-
or
-
right
)
{
.
icon
-#{
$name
}
{
background
-
image
:
url
(
"/icons/#{$name}.svg"
);
position
:
absolute
;
#{$top-or-bottom}: 0; #{$left-or-right}: 0;
}
}