summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/interpolation-in-property-name.css
blob: 61f0abbe7fef405a10c192cf2617632ce52fd516 (plain)
1
2
3
4
5
6
.rounded-top {
  border-top-radius: 10px;
  -moz-border-radius-top: 10px;
  top-radius: 10px;
  no-interpolation: no-interpolation;
}