📄 identifiers.js
/home/palash/git/site/node_modules/stylehacks/src/dictionary/identifiers.js
Language: js • Lines: 7
'use strict';
const MEDIA_QUERY = 'media query';
const PROPERTY = 'property';
const SELECTOR = 'selector';
const VALUE = 'value';

module.exports = { MEDIA_QUERY, PROPERTY, SELECTOR, VALUE };