mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:39:30 +08:00
6 lines
123 B
Text
6 lines
123 B
Text
'use strict';
|
|
const ATRULE = 'atrule';
|
|
const DECL = 'decl';
|
|
const RULE = 'rule';
|
|
|
|
module.exports = { ATRULE, DECL, RULE };
|