summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/spec-basic-02_simple_nesting.scss
blob: cb6e3da4489fb27177f385c659d54b4066f4699c (plain)
1
2
3
4
5
div {
  img {
    border: 0px;
  }
}