summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/tubalmartin/cssmin/tests/fixtures/linebreak-position.css
blob: ccb65f70f0f4a97ccc5ab98692451e18270047e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*! This is a comment with closing curly braces }}}}}}}}}}}}}}}}}}}}} inside */
.foo {
    color: blue;
    content: "String with closing curly braces inside }}}}";
}
@media {
    .foo {
        color: red;
    }
    .bar {
        color: green;
    }
    .baz {
        width: 10px;
    }
}