aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/atrule/starting-style.js
blob: b9647047b560dafbab114f4d2ae6a753becda1a3 (plain) (blame)
1
2
3
4
5
6
7
8
export default {
    parse: {
        prelude: null,
        block(nested = false) {
            return this.Block(nested);
        }
    }
};