/var/www/flurhymez/node_modules/stylehacks/dist/dictionary
NameSizeModeActions
browsers.js4470644editdlrm
identifiers.js3950644editdlrm
postcss.js2680644editdlrm
tags.js2010644editdlrm
Edit: /var/www/flurhymez/node_modules/stylehacks/dist/dictionary/identifiers.js (395B)
"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;