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:
459 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
3 | exports.fontVariant = void 0;
|
---|
4 | var parser_1 = require("../syntax/parser");
|
---|
5 | exports.fontVariant = {
|
---|
6 | name: 'font-variant',
|
---|
7 | initialValue: 'none',
|
---|
8 | type: 1 /* LIST */,
|
---|
9 | prefix: false,
|
---|
10 | parse: function (_context, tokens) {
|
---|
11 | return tokens.filter(parser_1.isIdentToken).map(function (token) { return token.value; });
|
---|
12 | }
|
---|
13 | };
|
---|
14 | //# sourceMappingURL=font-variant.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.