It appears you have a well-structured Git repository with various files, including SVG icons and HTML documents. Here's a brief overview:
This commit is contained in:
9
backend/node_modules/stylehacks/src/dictionary/browsers.js
generated
vendored
Normal file
9
backend/node_modules/stylehacks/src/dictionary/browsers.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
const FF_2 = 'firefox 2';
|
||||
const IE_5_5 = 'ie 5.5';
|
||||
const IE_6 = 'ie 6';
|
||||
const IE_7 = 'ie 7';
|
||||
const IE_8 = 'ie 8';
|
||||
const OP_9 = 'opera 9';
|
||||
|
||||
module.exports = { FF_2, IE_5_5, IE_6, IE_7, IE_8, OP_9 };
|
||||
7
backend/node_modules/stylehacks/src/dictionary/identifiers.js
generated
vendored
Normal file
7
backend/node_modules/stylehacks/src/dictionary/identifiers.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
const MEDIA_QUERY = 'media query';
|
||||
const PROPERTY = 'property';
|
||||
const SELECTOR = 'selector';
|
||||
const VALUE = 'value';
|
||||
|
||||
module.exports = { MEDIA_QUERY, PROPERTY, SELECTOR, VALUE };
|
||||
6
backend/node_modules/stylehacks/src/dictionary/postcss.js
generated
vendored
Normal file
6
backend/node_modules/stylehacks/src/dictionary/postcss.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
const ATRULE = 'atrule';
|
||||
const DECL = 'decl';
|
||||
const RULE = 'rule';
|
||||
|
||||
module.exports = { ATRULE, DECL, RULE };
|
||||
5
backend/node_modules/stylehacks/src/dictionary/tags.js
generated
vendored
Normal file
5
backend/node_modules/stylehacks/src/dictionary/tags.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
const BODY = 'body';
|
||||
const HTML = 'html';
|
||||
|
||||
module.exports = { BODY, HTML };
|
||||
Reference in New Issue
Block a user