Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
395 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports.VALUE = exports.SELECTOR = exports.PROPERTY = exports.MEDIA_QUERY = void 0;
|
---|
| 7 | const MEDIA_QUERY = 'media query';
|
---|
| 8 | exports.MEDIA_QUERY = MEDIA_QUERY;
|
---|
| 9 | const PROPERTY = 'property';
|
---|
| 10 | exports.PROPERTY = PROPERTY;
|
---|
| 11 | const SELECTOR = 'selector';
|
---|
| 12 | exports.SELECTOR = SELECTOR;
|
---|
| 13 | const VALUE = 'value';
|
---|
| 14 | exports.VALUE = VALUE; |
---|
Note:
See
TracBrowser
for help on using the repository browser.