source: trip-planner-front/node_modules/stylehacks/dist/dictionary/postcss.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: 268 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.RULE = exports.DECL = exports.ATRULE = void 0;
7const ATRULE = 'atrule';
8exports.ATRULE = ATRULE;
9const DECL = 'decl';
10exports.DECL = DECL;
11const RULE = 'rule';
12exports.RULE = RULE;
Note: See TracBrowser for help on using the repository browser.