FLUJOS/BACK_BACK/node_modules/stylehacks/dist/dictionary/postcss.js
2025-11-07 00:06:12 +01:00

8 lines
No EOL
193 B
JavaScript
Executable file

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
const ATRULE = exports.ATRULE = 'atrule';
const DECL = exports.DECL = 'decl';
const RULE = exports.RULE = 'rule';