source: trip-planner-front/node_modules/less/lib/less/constants.js@ fa375fe

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

initial commit

  • Property mode set to 100644
File size: 330 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.RewriteUrls = exports.Math = void 0;
4exports.Math = {
5 ALWAYS: 0,
6 PARENS_DIVISION: 1,
7 PARENS: 2
8 // removed - STRICT_LEGACY: 3
9};
10exports.RewriteUrls = {
11 OFF: 0,
12 LOCAL: 1,
13 ALL: 2
14};
15//# sourceMappingURL=constants.js.map
Note: See TracBrowser for help on using the repository browser.