UNPKG

@applitools/css-tree

Version:

A temporary custom copy of https://github.com/csstree/csstree

13 lines (10 loc) 172 B
'use strict'; const fontFace = { parse: { prelude: null, block() { return this.Block(true); } } }; module.exports = fontFace;