Files
vat-api.eu/node_modules/stylehacks/src/dictionary/postcss.js
2026-02-13 22:02:30 +01:00

7 lines
123 B
JavaScript

'use strict';
const ATRULE = 'atrule';
const DECL = 'decl';
const RULE = 'rule';
module.exports = { ATRULE, DECL, RULE };