Sign in
chromium
/
chromium
/
src.git
/
61.0.3140.1
/
.
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
sass
/
resources
/
test-edit-insert-property.scss
blob: 1ee139edb98099f4a782b7a00a5a854e2bdbc380 [
file
] [
log
] [
blame
]
$color
:
red
;
@for
$i
from
1
through
3
{
.
box
#{$i} {
color
:
$color
;
margin
:
10px
;
}
}
body
{
font
-
family
:
"arial"
;
}