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";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.content = void 0;
|
---|
4 | exports.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.