| Current File : /var/www/hrms.uiet.co.in/node_modules/stylehacks/dist/dictionary/identifiers.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VALUE = exports.SELECTOR = exports.PROPERTY = exports.MEDIA_QUERY = void 0;
const MEDIA_QUERY = 'media query';
exports.MEDIA_QUERY = MEDIA_QUERY;
const PROPERTY = 'property';
exports.PROPERTY = PROPERTY;
const SELECTOR = 'selector';
exports.SELECTOR = SELECTOR;
const VALUE = 'value';
exports.VALUE = VALUE;