grunt-playlist/css/sass/styles.scss

22 lines
261 B
SCSS
Raw Normal View History

2016-07-15 21:13:46 +10:00
$base-color: #777;
$second-color: #333;
$heading-font: Arial;
.element {
width: 100px;
height: 100px;
background: black;
p{
color: $second-color;
}
}
.link{
color: $second-color;
font-size: 12px;
}
.heading{
font-family: $heading-font;
}