aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/syntax/atrule/font-face.js
blob: 48a0570af19bd006764dcd1ea4b0923b9dab5979 (plain) (blame)
1
2
3
4
5
6
7
8
export default {
    parse: {
        prelude: null,
        block() {
            return this.Block(true);
        }
    }
};