format: prettify entire project
This commit is contained in:
10
node_modules/css-tree/cjs/syntax/atrule/index.cjs
generated
vendored
10
node_modules/css-tree/cjs/syntax/atrule/index.cjs
generated
vendored
@ -7,11 +7,11 @@ const page = require('./page.cjs');
|
||||
const supports = require('./supports.cjs');
|
||||
|
||||
const atrule = {
|
||||
'font-face': fontFace,
|
||||
'import': _import,
|
||||
media,
|
||||
page,
|
||||
supports
|
||||
'font-face': fontFace,
|
||||
import: _import,
|
||||
media,
|
||||
page,
|
||||
supports,
|
||||
};
|
||||
|
||||
module.exports = atrule;
|
||||
|
Reference in New Issue
Block a user