6 lines
80 B
SCSS
6 lines
80 B
SCSS
@import 'compass/css3';
|
|
|
|
h1 {
|
|
@include single-text-shadow(#700, 0, 0, 3px);
|
|
}
|