Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
27
Frontend-Learner/node_modules/css-tree/cjs/syntax/atrule/index.cjs
generated
vendored
Normal file
27
Frontend-Learner/node_modules/css-tree/cjs/syntax/atrule/index.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
'use strict';
|
||||
|
||||
const container = require('./container.cjs');
|
||||
const fontFace = require('./font-face.cjs');
|
||||
const _import = require('./import.cjs');
|
||||
const layer = require('./layer.cjs');
|
||||
const media = require('./media.cjs');
|
||||
const nest = require('./nest.cjs');
|
||||
const page = require('./page.cjs');
|
||||
const scope = require('./scope.cjs');
|
||||
const startingStyle = require('./starting-style.cjs');
|
||||
const supports = require('./supports.cjs');
|
||||
|
||||
const atrule = {
|
||||
container,
|
||||
'font-face': fontFace,
|
||||
import: _import,
|
||||
layer,
|
||||
media,
|
||||
nest,
|
||||
page,
|
||||
scope,
|
||||
'starting-style': startingStyle,
|
||||
supports
|
||||
};
|
||||
|
||||
module.exports = atrule;
|
||||
Loading…
Add table
Add a link
Reference in a new issue