source: imaps-frontend/node_modules/html2canvas/dist/lib/css/property-descriptors/content.js

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 5 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 530 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.content = void 0;
4exports.content = {
5 name: 'content',
6 initialValue: 'none',
7 type: 1 /* LIST */,
8 prefix: false,
9 parse: function (_context, tokens) {
10 if (tokens.length === 0) {
11 return [];
12 }
13 var first = tokens[0];
14 if (first.type === 20 /* IDENT_TOKEN */ && first.value === 'none') {
15 return [];
16 }
17 return tokens;
18 }
19};
20//# sourceMappingURL=content.js.map
Note: See TracBrowser for help on using the repository browser.