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