, , - (.), id (#), (:) ([]).
, &, CSS , >, + ~.
Sass >= 3.3:
#{&}, .
, ( ), , :
.parent {
}
:
.parent .parent--at-map { ... }
. - :
$last-rule: null;
.search-doctors-box {
position:relative;
z-index:999;
margin: 0px;
$last-rule: &;
}
position: absolute;
margin-bottom:10px;
top: 0px;
left: 415px;
width:680px;
}
,
@at-root
, :
.search-doctors-box {
position:relative;
z-index:999;
margin: 0px;
@at-root #{&}--at-map {
position: absolute;
margin-bottom:10px;
top: 0px;
left: 415px;
width:680px;
}
}
: