summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/media.scss
blob: 7db52de9eda27fdda5897adb0d15ce6666c2124d (plain)
1
2
3
4
5
@media screen and (max-width: 480px) {
  .abc {
    background: red;
  }
}