<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">'use strict';
const ATRULE = 'atrule';
const DECL = 'decl';
const RULE = 'rule';

module.exports = { ATRULE, DECL, RULE };
</pre></body></html>