PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.84
WindPress – Tailwind CSS integration for WordPress v3.2.84
3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 All 143 releases
windpress / build / assets / css-Cy6cNJSV.js

css-Cy6cNJSV.js in WindPress – Tailwind CSS integration for WordPress 3.2.84, at build/assets/css-Cy6cNJSV.js

8 lines 4.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 var e = { wordPattern: /(#?-?\d*\.\d\w*%?)|((::|[@#.!:])?[\w-?]+%?)|::|[@#.!:]/g, comments: { blockComment: [`/*`, `*/`] }, brackets: [[`{`, `}`], [`[`, `]`], [`(`, `)`]], autoClosingPairs: [{ open: `{`, close: `}`, notIn: [`string`, `comment`] }, { open: `[`, close: `]`, notIn: [`string`, `comment`] }, { open: `(`, close: `)`, notIn: [`string`, `comment`] }, { open: `"`, close: `"`, notIn: [`string`, `comment`] }, { open: `'`, close: `'`, notIn: [`string`, `comment`] }], surroundingPairs: [{ open: `{`, close: `}` }, { open: `[`, close: `]` }, { open: `(`, close: `)` }, { open: `"`, close: `"` }, { open: `'`, close: `'` }], folding: { markers: { start: RegExp(`^\\s*\\/\\*\\s*#region\\b\\s*(.*?)\\s*\\*\\/`), end: RegExp(`^\\s*\\/\\*\\s*#endregion\\b.*\\*\\/`) } } }, t = { defaultToken: ``, tokenPostfix: `.css`, ws: `[
2 \r\f]*`, identifier: `-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*`, brackets: [{ open: `{`, close: `}`, token: `delimiter.bracket` }, { open: `[`, close: `]`, token: `delimiter.bracket` }, { open: `(`, close: `)`, token: `delimiter.parenthesis` }, { open: `<`, close: `>`, token: `delimiter.angle` }], tokenizer: { root: [{ include: `@selector` }], selector: [{ include: `@comments` }, { include: `@import` }, { include: `@strings` }, [`[@](keyframes|-webkit-keyframes|-moz-keyframes|-o-keyframes)`, { token: `keyword`, next: `@keyframedeclaration` }], [`[@](page|content|font-face|-moz-document)`, { token: `keyword` }], [`[@](charset|namespace)`, { token: `keyword`, next: `@declarationbody` }], [`(url-prefix)(\\()`, [`attribute.value`, { token: `delimiter.parenthesis`, next: `@urldeclaration` }]], [`(url)(\\()`, [`attribute.value`, { token: `delimiter.parenthesis`, next: `@urldeclaration` }]], { include: `@selectorname` }, [`[\\*]`, `tag`], [`[>\\+,]`, `delimiter`], [`\\[`, { token: `delimiter.bracket`, next: `@selectorattribute` }], [`{`, { token: `delimiter.bracket`, next: `@selectorbody` }]], selectorbody: [{ include: `@comments` }, [`[*_]?@identifier@ws:(?=(\\s|\\d|[^{;}]*[;}]))`, `attribute.name`, `@rulevalue`], [`}`, { token: `delimiter.bracket`, next: `@pop` }]], selectorname: [[`(\\.|#(?=[^{])|%|(@identifier)|:)+`, `tag`]], selectorattribute: [{ include: `@term` }, [`]`, { token: `delimiter.bracket`, next: `@pop` }]], term: [{ include: `@comments` }, [`(url-prefix)(\\()`, [`attribute.value`, { token: `delimiter.parenthesis`, next: `@urldeclaration` }]], [`(url)(\\()`, [`attribute.value`, { token: `delimiter.parenthesis`, next: `@urldeclaration` }]], { include: `@functioninvocation` }, { include: `@numbers` }, { include: `@name` }, { include: `@strings` }, [`([<>=\\+\\-\\*\\/\\^\\|\\~,])`, `delimiter`], [`,`, `delimiter`]], rulevalue: [{ include: `@comments` }, { include: `@strings` }, { include: `@term` }, [`!important`, `keyword`], [`;`, `delimiter`, `@pop`], [`(?=})`, { token: ``, next: `@pop` }]], warndebug: [[`[@](warn|debug)`, { token: `keyword`, next: `@declarationbody` }]], import: [[`[@](import)`, { token: `keyword`, next: `@declarationbody` }]], urldeclaration: [{ include: `@strings` }, [`[^)\r
3 ]+`, `string`], [`\\)`, { token: `delimiter.parenthesis`, next: `@pop` }]], parenthizedterm: [{ include: `@term` }, [`\\)`, { token: `delimiter.parenthesis`, next: `@pop` }]], declarationbody: [{ include: `@term` }, [`;`, `delimiter`, `@pop`], [`(?=})`, { token: ``, next: `@pop` }]], comments: [[`\\/\\*`, `comment`, `@comment`], [`\\/\\/+.*`, `comment`]], comment: [[`\\*\\/`, `comment`, `@pop`], [/[^*/]+/, `comment`], [/./, `comment`]], name: [[`@identifier`, `attribute.value`]], numbers: [[`-?(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?`, { token: `attribute.value.number`, next: `@units` }], [`#[0-9a-fA-F_]+(?!\\w)`, `attribute.value.hex`]], units: [[`(em|ex|ch|rem|fr|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?`, `attribute.value.unit`, `@pop`]], keyframedeclaration: [[`@identifier`, `attribute.value`], [`{`, { token: `delimiter.bracket`, switchTo: `@keyframebody` }]], keyframebody: [{ include: `@term` }, [`{`, { token: `delimiter.bracket`, next: `@selectorbody` }], [`}`, { token: `delimiter.bracket`, next: `@pop` }]], functioninvocation: [[`@identifier\\(`, { token: `attribute.value`, next: `@functionarguments` }]], functionarguments: [[`\\$@identifier@ws:`, `attribute.name`], [`[,]`, `delimiter`], { include: `@term` }, [`\\)`, { token: `attribute.value`, next: `@pop` }]], strings: [[`~?"`, { token: `string`, next: `@stringenddoublequote` }], [`~?'`, { token: `string`, next: `@stringendquote` }]], stringenddoublequote: [[`\\\\.`, `string`], [`"`, { token: `string`, next: `@pop` }], [/[^\\"]+/, `string`], [`.`, `string`]], stringendquote: [[`\\\\.`, `string`], [`'`, { token: `string`, next: `@pop` }], [/[^\\']+/, `string`], [`.`, `string`]] } };
4 export {
5 e as conf,
6 t as language
7 };
8