tailwind-css 0.13.0

Compile tailwind short instructions to css
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(* ::Package:: *)

values = "
/* Keyword values */
table-layout: auto;
table-layout: fixed;

/* Global values */
table-layout: inherit;
table-layout: initial;
table-layout: unset;
";

all = Sort@StringCases[
    values,
    RegularExpression[":\\s*([a-zA-Z0-9-]+);"] :> "$1"
];
"[\"" <> StringRiffle[all, "\",\""] <> "\"].contains(&mode)" // CopyToClipboard