Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
268 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports.RULE = exports.DECL = exports.ATRULE = void 0;
|
---|
| 7 | const ATRULE = 'atrule';
|
---|
| 8 | exports.ATRULE = ATRULE;
|
---|
| 9 | const DECL = 'decl';
|
---|
| 10 | exports.DECL = DECL;
|
---|
| 11 | const RULE = 'rule';
|
---|
| 12 | exports.RULE = RULE; |
---|
Note:
See
TracBrowser
for help on using the repository browser.