aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_vulcanize/third_party/rcssmin/tests/main/atgroup_03.css
blob: 65b74d24a705605bd292c8fe05a6dab5d3df2d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
@media all and (min-width : 500px) {
    @document url(http://www.w3.org/),
                   url-prefix(http://www.w3.org/Style/),
                   domain(mozilla.org),
                   regexp("https:.*")
    {
        @page :last {
            margin : 3in;
        }
    }
}