UNPKG

unnestcss

Version:
1 lines 3.06 kB
{"mappings":"AAAA,OAAO,cAAM,SAAU;AACvB,OAAO,cAAM,SAAU;AACvB,OAAO,cAAM,aAAc;AAI3B,OAAO,cAAM,QAAS;AAKtB,OAAO,cAAM,WAAY;AACzB,OAAO,cAAM,WAAY;AAIzB,OAAO,cAAM,OAAQ;AAGrB,OAAO,cAAM,oBAAqB;AAClC,OAAO,cAAM,qBAAsB;AACnC,OAAO,cAAM,kBAAmB;AAChC,OAAO,cAAM,mBAAoB;AACjC,OAAO,cAAM,qBAAsB;AACnC,OAAO,cAAM,sBAAuB;AACpC,OAAO,cAAM,OAAQ;AACrB,OAAO,cAAM,WAAY;AACzB,OAAO,cAAM,cAAe;AAC5B,OAAO,cAAM,cAAe;AAC5B,OAAO,cAAM,IAAK;AAClB,OAAO,cAAM,OAAQ;AACrB,OAAO,cAAM,SAAU;AACvB,OAAO,cAAM,OAAQ;AACrB,OAAO,cAAM,cAAe;AAC5B,OAAO,cAAM,MAAO;AACpB,OAAO,cAAM,OAAQ;AACrB,OAAO,cAAM,UAAW;AACxB,OAAO,cAAM,YAAa;AAC1B,OAAO,cAAM,WAAY;AACzB,OAAO,cAAM,OAAQ;AACrB,OAAO,cAAM,aAAc;AAC3B,OAAO,cAAM,WAAY;AACzB,OAAO,cAAM,iBAAkB;AAC/B,OAAO,cAAM,gBAAiB;AAC9B,OAAO,cAAM,gBAAiB;AAC9B,OAAO,cAAM,kBAAmB;AAChC,OAAO,cAAM,iBAAkB;AAC/B,OAAO,cAAM,WAAY","names":[],"sources":["../../../../src/lib/stylis/enum.ts"],"sourcesContent":["export const COMMENT = \"comm\" as const;\nexport const RULESET = \"rule\" as const;\nexport const DECLARATION = \"decl\" as const;\n\n// export const PAGE = \"@page\" as const;\n// export const MEDIA = \"@media\" as const;\nexport const IMPORT = \"@import\" as const;\n// export const CHARSET = \"@charset\" as const;\n// export const VIEWPORT = \"@viewport\" as const;\n// export const SUPPORTS = \"@supports\" as const;\n// export const DOCUMENT = \"@document\" as const;\nexport const NAMESPACE = \"@namespace\" as const;\nexport const KEYFRAMES = \"@keyframes\" as const;\n// export const FONT_FACE = \"@font-face\" as const;\n// export const COUNTER_STYLE = \"@counter-style\" as const;\n// export const FONT_FEATURE_VALUES = \"@font-feature-values\" as const;\nexport const LAYER = \"@layer\" as const;\n// export const SCOPE = \"@scope\" as const;\n\nexport const LEFT_CURLY_BRACKET = \"{\" as const;\nexport const RIGHT_CURLY_BRACKET = \"}\" as const;\nexport const LEFT_PARENTHESIS = \"(\" as const;\nexport const RIGHT_PARENTHESIS = \")\" as const;\nexport const LEFT_SQUARE_BRACKET = \"[\" as const;\nexport const RIGHT_SQUARE_BRACKET = \"]\" as const;\nexport const COLON = \":\" as const;\nexport const SEMICOLON = \";\" as const;\nexport const DOUBLE_QUOTE = '\"' as const;\nexport const SINGLE_QUOTE = \"'\" as const;\nexport const AT = \"@\" as const;\nexport const MINUS = \"-\" as const;\nexport const SOLIDUS = \"/\" as const;\nexport const SPACE = \" \" as const;\nexport const GREATER_THAN = \">\" as const;\nexport const PLUS = \"+\" as const;\nexport const TILDE = \"~\" as const;\nexport const ASTERISK = \"*\" as const;\nexport const UNDERSCORE = \"_\" as const;\nexport const AMPERSAND = \"&\" as const;\nexport const COMMA = \",\" as const;\nexport const EXCLAMATION = \"!\" as const;\nexport const LINE_FEED = \"\\n\" as const;\nexport const CARRIAGE_RETURN = \"\\r\" as const;\nexport const HORIZONTAL_TAB = \"\\t\" as const;\nexport const NULL_CHARACTER = \"\\0\" as const;\nexport const START_OF_HEADING = \"\\x01\" as const;\nexport const REVERSE_SOLIDUS = \"\\\\\" as const;\nexport const FORM_FEED = \"\\f\" as const;\n"],"version":3,"file":"enum.d.ts"}