source: trip-planner-front/node_modules/stylehacks/dist/dictionary/identifiers.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 395 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.VALUE = exports.SELECTOR = exports.PROPERTY = exports.MEDIA_QUERY = void 0;
7const MEDIA_QUERY = 'media query';
8exports.MEDIA_QUERY = MEDIA_QUERY;
9const PROPERTY = 'property';
10exports.PROPERTY = PROPERTY;
11const SELECTOR = 'selector';
12exports.SELECTOR = SELECTOR;
13const VALUE = 'value';
14exports.VALUE = VALUE;
Note: See TracBrowser for help on using the repository browser.