summaryrefslogtreecommitdiff
path: root/scss/tests/files/compass/current-color.scss
blob: 9922299a69ea8a6938e7058f90940b22ec84df73 (plain)
1
2
3
4
p {
  // currentColor is not actually a SCSS color value, but should be left alone
  background-image: linear-gradient(to top, transparent, currentColor);
}