# getresponse/1.3.5/includes/classes/scssphp/tests/inputs/nesting.scss

GetResponse Forms by Optin Cat, version 1.3.5. 46 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.3.5/code/includes/classes/scssphp/tests/inputs/nesting.scss
- Raw: https://pluginprobe.com/plugins/getresponse/1.3.5/raw/includes/classes/scssphp/tests/inputs/nesting.scss
- Modified: 2015-06-12T09:52:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getresponse/1.3.5/code/includes/classes/scssphp/tests/inputs/nesting.scss#L10-L20`.

```scss


body {
    color: red;
}


div {
    color: red;
    height: yes;

    pre {
        color: blue;
    }
}


div: blue;


div {
    font: 10px hello world {
        size: 10px;
        color: blue;
    }

    border: {
        left: 1px solid blue;
        right: 2px dashed green;
    }
}


#nested-nesting {
    bar: baz;
    bang: {
        bop: bar;
        bip: 1px;
        blat: {
            baf: bort
        }
    }
}



```
