first
This commit is contained in:
7
node_modules/stylehacks/src/dictionary/identifiers.js
generated
vendored
Normal file
7
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 };
|
Reference in New Issue
Block a user