css-73fce9c1.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. import{g as a}from"./index-15e3682d.js";function b(p,i){for(var t=0;t<i.length;t++){const n=i[t];if(typeof n!="string"&&!Array.isArray(n)){for(const e in n)if(e!=="default"&&!(e in p)){const s=Object.getOwnPropertyDescriptor(n,e);s&&Object.defineProperty(p,e,s.get?s:{enumerable:!0,get:()=>n[e]})}}}return Object.freeze(Object.defineProperty(p,Symbol.toStringTag,{value:"Module"}))}var o={exports:{}};(function(p,i){ace.define("ace/snippets/css.snippets",["require","exports","module"],function(t,n,e){e.exports=`snippet .
  2. \${1} {
  3. \${2}
  4. }
  5. snippet !
  6. !important
  7. snippet bdi:m+
  8. -moz-border-image: url(\${1}) \${2:0} \${3:0} \${4:0} \${5:0} \${6:stretch} \${7:stretch};
  9. snippet bdi:m
  10. -moz-border-image: \${1};
  11. snippet bdrz:m
  12. -moz-border-radius: \${1};
  13. snippet bxsh:m+
  14. -moz-box-shadow: \${1:0} \${2:0} \${3:0} #\${4:000};
  15. snippet bxsh:m
  16. -moz-box-shadow: \${1};
  17. snippet bdi:w+
  18. -webkit-border-image: url(\${1}) \${2:0} \${3:0} \${4:0} \${5:0} \${6:stretch} \${7:stretch};
  19. snippet bdi:w
  20. -webkit-border-image: \${1};
  21. snippet bdrz:w
  22. -webkit-border-radius: \${1};
  23. snippet bxsh:w+
  24. -webkit-box-shadow: \${1:0} \${2:0} \${3:0} #\${4:000};
  25. snippet bxsh:w
  26. -webkit-box-shadow: \${1};
  27. snippet @f
  28. @font-face {
  29. font-family: \${1};
  30. src: url(\${2});
  31. }
  32. snippet @i
  33. @import url(\${1});
  34. snippet @m
  35. @media \${1:print} {
  36. \${2}
  37. }
  38. snippet bg+
  39. background: #\${1:FFF} url(\${2}) \${3:0} \${4:0} \${5:no-repeat};
  40. snippet bga
  41. background-attachment: \${1};
  42. snippet bga:f
  43. background-attachment: fixed;
  44. snippet bga:s
  45. background-attachment: scroll;
  46. snippet bgbk
  47. background-break: \${1};
  48. snippet bgbk:bb
  49. background-break: bounding-box;
  50. snippet bgbk:c
  51. background-break: continuous;
  52. snippet bgbk:eb
  53. background-break: each-box;
  54. snippet bgcp
  55. background-clip: \${1};
  56. snippet bgcp:bb
  57. background-clip: border-box;
  58. snippet bgcp:cb
  59. background-clip: content-box;
  60. snippet bgcp:nc
  61. background-clip: no-clip;
  62. snippet bgcp:pb
  63. background-clip: padding-box;
  64. snippet bgc
  65. background-color: #\${1:FFF};
  66. snippet bgc:t
  67. background-color: transparent;
  68. snippet bgi
  69. background-image: url(\${1});
  70. snippet bgi:n
  71. background-image: none;
  72. snippet bgo
  73. background-origin: \${1};
  74. snippet bgo:bb
  75. background-origin: border-box;
  76. snippet bgo:cb
  77. background-origin: content-box;
  78. snippet bgo:pb
  79. background-origin: padding-box;
  80. snippet bgpx
  81. background-position-x: \${1};
  82. snippet bgpy
  83. background-position-y: \${1};
  84. snippet bgp
  85. background-position: \${1:0} \${2:0};
  86. snippet bgr
  87. background-repeat: \${1};
  88. snippet bgr:n
  89. background-repeat: no-repeat;
  90. snippet bgr:x
  91. background-repeat: repeat-x;
  92. snippet bgr:y
  93. background-repeat: repeat-y;
  94. snippet bgr:r
  95. background-repeat: repeat;
  96. snippet bgz
  97. background-size: \${1};
  98. snippet bgz:a
  99. background-size: auto;
  100. snippet bgz:ct
  101. background-size: contain;
  102. snippet bgz:cv
  103. background-size: cover;
  104. snippet bg
  105. background: \${1};
  106. snippet bg:ie
  107. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='\${1}',sizingMethod='\${2:crop}');
  108. snippet bg:n
  109. background: none;
  110. snippet bd+
  111. border: \${1:1px} \${2:solid} #\${3:000};
  112. snippet bdb+
  113. border-bottom: \${1:1px} \${2:solid} #\${3:000};
  114. snippet bdbc
  115. border-bottom-color: #\${1:000};
  116. snippet bdbi
  117. border-bottom-image: url(\${1});
  118. snippet bdbi:n
  119. border-bottom-image: none;
  120. snippet bdbli
  121. border-bottom-left-image: url(\${1});
  122. snippet bdbli:c
  123. border-bottom-left-image: continue;
  124. snippet bdbli:n
  125. border-bottom-left-image: none;
  126. snippet bdblrz
  127. border-bottom-left-radius: \${1};
  128. snippet bdbri
  129. border-bottom-right-image: url(\${1});
  130. snippet bdbri:c
  131. border-bottom-right-image: continue;
  132. snippet bdbri:n
  133. border-bottom-right-image: none;
  134. snippet bdbrrz
  135. border-bottom-right-radius: \${1};
  136. snippet bdbs
  137. border-bottom-style: \${1};
  138. snippet bdbs:n
  139. border-bottom-style: none;
  140. snippet bdbw
  141. border-bottom-width: \${1};
  142. snippet bdb
  143. border-bottom: \${1};
  144. snippet bdb:n
  145. border-bottom: none;
  146. snippet bdbk
  147. border-break: \${1};
  148. snippet bdbk:c
  149. border-break: close;
  150. snippet bdcl
  151. border-collapse: \${1};
  152. snippet bdcl:c
  153. border-collapse: collapse;
  154. snippet bdcl:s
  155. border-collapse: separate;
  156. snippet bdc
  157. border-color: #\${1:000};
  158. snippet bdci
  159. border-corner-image: url(\${1});
  160. snippet bdci:c
  161. border-corner-image: continue;
  162. snippet bdci:n
  163. border-corner-image: none;
  164. snippet bdf
  165. border-fit: \${1};
  166. snippet bdf:c
  167. border-fit: clip;
  168. snippet bdf:of
  169. border-fit: overwrite;
  170. snippet bdf:ow
  171. border-fit: overwrite;
  172. snippet bdf:r
  173. border-fit: repeat;
  174. snippet bdf:sc
  175. border-fit: scale;
  176. snippet bdf:sp
  177. border-fit: space;
  178. snippet bdf:st
  179. border-fit: stretch;
  180. snippet bdi
  181. border-image: url(\${1}) \${2:0} \${3:0} \${4:0} \${5:0} \${6:stretch} \${7:stretch};
  182. snippet bdi:n
  183. border-image: none;
  184. snippet bdl+
  185. border-left: \${1:1px} \${2:solid} #\${3:000};
  186. snippet bdlc
  187. border-left-color: #\${1:000};
  188. snippet bdli
  189. border-left-image: url(\${1});
  190. snippet bdli:n
  191. border-left-image: none;
  192. snippet bdls
  193. border-left-style: \${1};
  194. snippet bdls:n
  195. border-left-style: none;
  196. snippet bdlw
  197. border-left-width: \${1};
  198. snippet bdl
  199. border-left: \${1};
  200. snippet bdl:n
  201. border-left: none;
  202. snippet bdlt
  203. border-length: \${1};
  204. snippet bdlt:a
  205. border-length: auto;
  206. snippet bdrz
  207. border-radius: \${1};
  208. snippet bdr+
  209. border-right: \${1:1px} \${2:solid} #\${3:000};
  210. snippet bdrc
  211. border-right-color: #\${1:000};
  212. snippet bdri
  213. border-right-image: url(\${1});
  214. snippet bdri:n
  215. border-right-image: none;
  216. snippet bdrs
  217. border-right-style: \${1};
  218. snippet bdrs:n
  219. border-right-style: none;
  220. snippet bdrw
  221. border-right-width: \${1};
  222. snippet bdr
  223. border-right: \${1};
  224. snippet bdr:n
  225. border-right: none;
  226. snippet bdsp
  227. border-spacing: \${1};
  228. snippet bds
  229. border-style: \${1};
  230. snippet bds:ds
  231. border-style: dashed;
  232. snippet bds:dtds
  233. border-style: dot-dash;
  234. snippet bds:dtdtds
  235. border-style: dot-dot-dash;
  236. snippet bds:dt
  237. border-style: dotted;
  238. snippet bds:db
  239. border-style: double;
  240. snippet bds:g
  241. border-style: groove;
  242. snippet bds:h
  243. border-style: hidden;
  244. snippet bds:i
  245. border-style: inset;
  246. snippet bds:n
  247. border-style: none;
  248. snippet bds:o
  249. border-style: outset;
  250. snippet bds:r
  251. border-style: ridge;
  252. snippet bds:s
  253. border-style: solid;
  254. snippet bds:w
  255. border-style: wave;
  256. snippet bdt+
  257. border-top: \${1:1px} \${2:solid} #\${3:000};
  258. snippet bdtc
  259. border-top-color: #\${1:000};
  260. snippet bdti
  261. border-top-image: url(\${1});
  262. snippet bdti:n
  263. border-top-image: none;
  264. snippet bdtli
  265. border-top-left-image: url(\${1});
  266. snippet bdtli:c
  267. border-corner-image: continue;
  268. snippet bdtli:n
  269. border-corner-image: none;
  270. snippet bdtlrz
  271. border-top-left-radius: \${1};
  272. snippet bdtri
  273. border-top-right-image: url(\${1});
  274. snippet bdtri:c
  275. border-top-right-image: continue;
  276. snippet bdtri:n
  277. border-top-right-image: none;
  278. snippet bdtrrz
  279. border-top-right-radius: \${1};
  280. snippet bdts
  281. border-top-style: \${1};
  282. snippet bdts:n
  283. border-top-style: none;
  284. snippet bdtw
  285. border-top-width: \${1};
  286. snippet bdt
  287. border-top: \${1};
  288. snippet bdt:n
  289. border-top: none;
  290. snippet bdw
  291. border-width: \${1};
  292. snippet bd
  293. border: \${1};
  294. snippet bd:n
  295. border: none;
  296. snippet b
  297. bottom: \${1};
  298. snippet b:a
  299. bottom: auto;
  300. snippet bxsh+
  301. box-shadow: \${1:0} \${2:0} \${3:0} #\${4:000};
  302. snippet bxsh
  303. box-shadow: \${1};
  304. snippet bxsh:n
  305. box-shadow: none;
  306. snippet bxz
  307. box-sizing: \${1};
  308. snippet bxz:bb
  309. box-sizing: border-box;
  310. snippet bxz:cb
  311. box-sizing: content-box;
  312. snippet cps
  313. caption-side: \${1};
  314. snippet cps:b
  315. caption-side: bottom;
  316. snippet cps:t
  317. caption-side: top;
  318. snippet cl
  319. clear: \${1};
  320. snippet cl:b
  321. clear: both;
  322. snippet cl:l
  323. clear: left;
  324. snippet cl:n
  325. clear: none;
  326. snippet cl:r
  327. clear: right;
  328. snippet cp
  329. clip: \${1};
  330. snippet cp:a
  331. clip: auto;
  332. snippet cp:r
  333. clip: rect(\${1:0} \${2:0} \${3:0} \${4:0});
  334. snippet c
  335. color: #\${1:000};
  336. snippet ct
  337. content: \${1};
  338. snippet ct:a
  339. content: attr(\${1});
  340. snippet ct:cq
  341. content: close-quote;
  342. snippet ct:c
  343. content: counter(\${1});
  344. snippet ct:cs
  345. content: counters(\${1});
  346. snippet ct:ncq
  347. content: no-close-quote;
  348. snippet ct:noq
  349. content: no-open-quote;
  350. snippet ct:n
  351. content: normal;
  352. snippet ct:oq
  353. content: open-quote;
  354. snippet coi
  355. counter-increment: \${1};
  356. snippet cor
  357. counter-reset: \${1};
  358. snippet cur
  359. cursor: \${1};
  360. snippet cur:a
  361. cursor: auto;
  362. snippet cur:c
  363. cursor: crosshair;
  364. snippet cur:d
  365. cursor: default;
  366. snippet cur:ha
  367. cursor: hand;
  368. snippet cur:he
  369. cursor: help;
  370. snippet cur:m
  371. cursor: move;
  372. snippet cur:p
  373. cursor: pointer;
  374. snippet cur:t
  375. cursor: text;
  376. snippet d
  377. display: \${1};
  378. snippet d:mib
  379. display: -moz-inline-box;
  380. snippet d:mis
  381. display: -moz-inline-stack;
  382. snippet d:b
  383. display: block;
  384. snippet d:cp
  385. display: compact;
  386. snippet d:ib
  387. display: inline-block;
  388. snippet d:itb
  389. display: inline-table;
  390. snippet d:i
  391. display: inline;
  392. snippet d:li
  393. display: list-item;
  394. snippet d:n
  395. display: none;
  396. snippet d:ri
  397. display: run-in;
  398. snippet d:tbcp
  399. display: table-caption;
  400. snippet d:tbc
  401. display: table-cell;
  402. snippet d:tbclg
  403. display: table-column-group;
  404. snippet d:tbcl
  405. display: table-column;
  406. snippet d:tbfg
  407. display: table-footer-group;
  408. snippet d:tbhg
  409. display: table-header-group;
  410. snippet d:tbrg
  411. display: table-row-group;
  412. snippet d:tbr
  413. display: table-row;
  414. snippet d:tb
  415. display: table;
  416. snippet ec
  417. empty-cells: \${1};
  418. snippet ec:h
  419. empty-cells: hide;
  420. snippet ec:s
  421. empty-cells: show;
  422. snippet exp
  423. expression()
  424. snippet fl
  425. float: \${1};
  426. snippet fl:l
  427. float: left;
  428. snippet fl:n
  429. float: none;
  430. snippet fl:r
  431. float: right;
  432. snippet f+
  433. font: \${1:1em} \${2:Arial},\${3:sans-serif};
  434. snippet fef
  435. font-effect: \${1};
  436. snippet fef:eb
  437. font-effect: emboss;
  438. snippet fef:eg
  439. font-effect: engrave;
  440. snippet fef:n
  441. font-effect: none;
  442. snippet fef:o
  443. font-effect: outline;
  444. snippet femp
  445. font-emphasize-position: \${1};
  446. snippet femp:a
  447. font-emphasize-position: after;
  448. snippet femp:b
  449. font-emphasize-position: before;
  450. snippet fems
  451. font-emphasize-style: \${1};
  452. snippet fems:ac
  453. font-emphasize-style: accent;
  454. snippet fems:c
  455. font-emphasize-style: circle;
  456. snippet fems:ds
  457. font-emphasize-style: disc;
  458. snippet fems:dt
  459. font-emphasize-style: dot;
  460. snippet fems:n
  461. font-emphasize-style: none;
  462. snippet fem
  463. font-emphasize: \${1};
  464. snippet ff
  465. font-family: \${1};
  466. snippet ff:c
  467. font-family: \${1:'Monotype Corsiva','Comic Sans MS'},cursive;
  468. snippet ff:f
  469. font-family: \${1:Capitals,Impact},fantasy;
  470. snippet ff:m
  471. font-family: \${1:Monaco,'Courier New'},monospace;
  472. snippet ff:ss
  473. font-family: \${1:Helvetica,Arial},sans-serif;
  474. snippet ff:s
  475. font-family: \${1:Georgia,'Times New Roman'},serif;
  476. snippet fza
  477. font-size-adjust: \${1};
  478. snippet fza:n
  479. font-size-adjust: none;
  480. snippet fz
  481. font-size: \${1};
  482. snippet fsm
  483. font-smooth: \${1};
  484. snippet fsm:aw
  485. font-smooth: always;
  486. snippet fsm:a
  487. font-smooth: auto;
  488. snippet fsm:n
  489. font-smooth: never;
  490. snippet fst
  491. font-stretch: \${1};
  492. snippet fst:c
  493. font-stretch: condensed;
  494. snippet fst:e
  495. font-stretch: expanded;
  496. snippet fst:ec
  497. font-stretch: extra-condensed;
  498. snippet fst:ee
  499. font-stretch: extra-expanded;
  500. snippet fst:n
  501. font-stretch: normal;
  502. snippet fst:sc
  503. font-stretch: semi-condensed;
  504. snippet fst:se
  505. font-stretch: semi-expanded;
  506. snippet fst:uc
  507. font-stretch: ultra-condensed;
  508. snippet fst:ue
  509. font-stretch: ultra-expanded;
  510. snippet fs
  511. font-style: \${1};
  512. snippet fs:i
  513. font-style: italic;
  514. snippet fs:n
  515. font-style: normal;
  516. snippet fs:o
  517. font-style: oblique;
  518. snippet fv
  519. font-variant: \${1};
  520. snippet fv:n
  521. font-variant: normal;
  522. snippet fv:sc
  523. font-variant: small-caps;
  524. snippet fw
  525. font-weight: \${1};
  526. snippet fw:b
  527. font-weight: bold;
  528. snippet fw:br
  529. font-weight: bolder;
  530. snippet fw:lr
  531. font-weight: lighter;
  532. snippet fw:n
  533. font-weight: normal;
  534. snippet f
  535. font: \${1};
  536. snippet h
  537. height: \${1};
  538. snippet h:a
  539. height: auto;
  540. snippet l
  541. left: \${1};
  542. snippet l:a
  543. left: auto;
  544. snippet lts
  545. letter-spacing: \${1};
  546. snippet lh
  547. line-height: \${1};
  548. snippet lisi
  549. list-style-image: url(\${1});
  550. snippet lisi:n
  551. list-style-image: none;
  552. snippet lisp
  553. list-style-position: \${1};
  554. snippet lisp:i
  555. list-style-position: inside;
  556. snippet lisp:o
  557. list-style-position: outside;
  558. snippet list
  559. list-style-type: \${1};
  560. snippet list:c
  561. list-style-type: circle;
  562. snippet list:dclz
  563. list-style-type: decimal-leading-zero;
  564. snippet list:dc
  565. list-style-type: decimal;
  566. snippet list:d
  567. list-style-type: disc;
  568. snippet list:lr
  569. list-style-type: lower-roman;
  570. snippet list:n
  571. list-style-type: none;
  572. snippet list:s
  573. list-style-type: square;
  574. snippet list:ur
  575. list-style-type: upper-roman;
  576. snippet lis
  577. list-style: \${1};
  578. snippet lis:n
  579. list-style: none;
  580. snippet mb
  581. margin-bottom: \${1};
  582. snippet mb:a
  583. margin-bottom: auto;
  584. snippet ml
  585. margin-left: \${1};
  586. snippet ml:a
  587. margin-left: auto;
  588. snippet mr
  589. margin-right: \${1};
  590. snippet mr:a
  591. margin-right: auto;
  592. snippet mt
  593. margin-top: \${1};
  594. snippet mt:a
  595. margin-top: auto;
  596. snippet m
  597. margin: \${1};
  598. snippet m:4
  599. margin: \${1:0} \${2:0} \${3:0} \${4:0};
  600. snippet m:3
  601. margin: \${1:0} \${2:0} \${3:0};
  602. snippet m:2
  603. margin: \${1:0} \${2:0};
  604. snippet m:0
  605. margin: 0;
  606. snippet m:a
  607. margin: auto;
  608. snippet mah
  609. max-height: \${1};
  610. snippet mah:n
  611. max-height: none;
  612. snippet maw
  613. max-width: \${1};
  614. snippet maw:n
  615. max-width: none;
  616. snippet mih
  617. min-height: \${1};
  618. snippet miw
  619. min-width: \${1};
  620. snippet op
  621. opacity: \${1};
  622. snippet op:ie
  623. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=\${1:100});
  624. snippet op:ms
  625. -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=\${1:100})';
  626. snippet orp
  627. orphans: \${1};
  628. snippet o+
  629. outline: \${1:1px} \${2:solid} #\${3:000};
  630. snippet oc
  631. outline-color: \${1:#000};
  632. snippet oc:i
  633. outline-color: invert;
  634. snippet oo
  635. outline-offset: \${1};
  636. snippet os
  637. outline-style: \${1};
  638. snippet ow
  639. outline-width: \${1};
  640. snippet o
  641. outline: \${1};
  642. snippet o:n
  643. outline: none;
  644. snippet ovs
  645. overflow-style: \${1};
  646. snippet ovs:a
  647. overflow-style: auto;
  648. snippet ovs:mq
  649. overflow-style: marquee;
  650. snippet ovs:mv
  651. overflow-style: move;
  652. snippet ovs:p
  653. overflow-style: panner;
  654. snippet ovs:s
  655. overflow-style: scrollbar;
  656. snippet ovx
  657. overflow-x: \${1};
  658. snippet ovx:a
  659. overflow-x: auto;
  660. snippet ovx:h
  661. overflow-x: hidden;
  662. snippet ovx:s
  663. overflow-x: scroll;
  664. snippet ovx:v
  665. overflow-x: visible;
  666. snippet ovy
  667. overflow-y: \${1};
  668. snippet ovy:a
  669. overflow-y: auto;
  670. snippet ovy:h
  671. overflow-y: hidden;
  672. snippet ovy:s
  673. overflow-y: scroll;
  674. snippet ovy:v
  675. overflow-y: visible;
  676. snippet ov
  677. overflow: \${1};
  678. snippet ov:a
  679. overflow: auto;
  680. snippet ov:h
  681. overflow: hidden;
  682. snippet ov:s
  683. overflow: scroll;
  684. snippet ov:v
  685. overflow: visible;
  686. snippet pb
  687. padding-bottom: \${1};
  688. snippet pl
  689. padding-left: \${1};
  690. snippet pr
  691. padding-right: \${1};
  692. snippet pt
  693. padding-top: \${1};
  694. snippet p
  695. padding: \${1};
  696. snippet p:4
  697. padding: \${1:0} \${2:0} \${3:0} \${4:0};
  698. snippet p:3
  699. padding: \${1:0} \${2:0} \${3:0};
  700. snippet p:2
  701. padding: \${1:0} \${2:0};
  702. snippet p:0
  703. padding: 0;
  704. snippet pgba
  705. page-break-after: \${1};
  706. snippet pgba:aw
  707. page-break-after: always;
  708. snippet pgba:a
  709. page-break-after: auto;
  710. snippet pgba:l
  711. page-break-after: left;
  712. snippet pgba:r
  713. page-break-after: right;
  714. snippet pgbb
  715. page-break-before: \${1};
  716. snippet pgbb:aw
  717. page-break-before: always;
  718. snippet pgbb:a
  719. page-break-before: auto;
  720. snippet pgbb:l
  721. page-break-before: left;
  722. snippet pgbb:r
  723. page-break-before: right;
  724. snippet pgbi
  725. page-break-inside: \${1};
  726. snippet pgbi:a
  727. page-break-inside: auto;
  728. snippet pgbi:av
  729. page-break-inside: avoid;
  730. snippet pos
  731. position: \${1};
  732. snippet pos:a
  733. position: absolute;
  734. snippet pos:f
  735. position: fixed;
  736. snippet pos:r
  737. position: relative;
  738. snippet pos:s
  739. position: static;
  740. snippet q
  741. quotes: \${1};
  742. snippet q:en
  743. quotes: '\\201C' '\\201D' '\\2018' '\\2019';
  744. snippet q:n
  745. quotes: none;
  746. snippet q:ru
  747. quotes: '\\00AB' '\\00BB' '\\201E' '\\201C';
  748. snippet rz
  749. resize: \${1};
  750. snippet rz:b
  751. resize: both;
  752. snippet rz:h
  753. resize: horizontal;
  754. snippet rz:n
  755. resize: none;
  756. snippet rz:v
  757. resize: vertical;
  758. snippet r
  759. right: \${1};
  760. snippet r:a
  761. right: auto;
  762. snippet tbl
  763. table-layout: \${1};
  764. snippet tbl:a
  765. table-layout: auto;
  766. snippet tbl:f
  767. table-layout: fixed;
  768. snippet tal
  769. text-align-last: \${1};
  770. snippet tal:a
  771. text-align-last: auto;
  772. snippet tal:c
  773. text-align-last: center;
  774. snippet tal:l
  775. text-align-last: left;
  776. snippet tal:r
  777. text-align-last: right;
  778. snippet ta
  779. text-align: \${1};
  780. snippet ta:c
  781. text-align: center;
  782. snippet ta:l
  783. text-align: left;
  784. snippet ta:r
  785. text-align: right;
  786. snippet td
  787. text-decoration: \${1};
  788. snippet td:l
  789. text-decoration: line-through;
  790. snippet td:n
  791. text-decoration: none;
  792. snippet td:o
  793. text-decoration: overline;
  794. snippet td:u
  795. text-decoration: underline;
  796. snippet te
  797. text-emphasis: \${1};
  798. snippet te:ac
  799. text-emphasis: accent;
  800. snippet te:a
  801. text-emphasis: after;
  802. snippet te:b
  803. text-emphasis: before;
  804. snippet te:c
  805. text-emphasis: circle;
  806. snippet te:ds
  807. text-emphasis: disc;
  808. snippet te:dt
  809. text-emphasis: dot;
  810. snippet te:n
  811. text-emphasis: none;
  812. snippet th
  813. text-height: \${1};
  814. snippet th:a
  815. text-height: auto;
  816. snippet th:f
  817. text-height: font-size;
  818. snippet th:m
  819. text-height: max-size;
  820. snippet th:t
  821. text-height: text-size;
  822. snippet ti
  823. text-indent: \${1};
  824. snippet ti:-
  825. text-indent: -9999px;
  826. snippet tj
  827. text-justify: \${1};
  828. snippet tj:a
  829. text-justify: auto;
  830. snippet tj:d
  831. text-justify: distribute;
  832. snippet tj:ic
  833. text-justify: inter-cluster;
  834. snippet tj:ii
  835. text-justify: inter-ideograph;
  836. snippet tj:iw
  837. text-justify: inter-word;
  838. snippet tj:k
  839. text-justify: kashida;
  840. snippet tj:t
  841. text-justify: tibetan;
  842. snippet to+
  843. text-outline: \${1:0} \${2:0} #\${3:000};
  844. snippet to
  845. text-outline: \${1};
  846. snippet to:n
  847. text-outline: none;
  848. snippet tr
  849. text-replace: \${1};
  850. snippet tr:n
  851. text-replace: none;
  852. snippet tsh+
  853. text-shadow: \${1:0} \${2:0} \${3:0} #\${4:000};
  854. snippet tsh
  855. text-shadow: \${1};
  856. snippet tsh:n
  857. text-shadow: none;
  858. snippet tt
  859. text-transform: \${1};
  860. snippet tt:c
  861. text-transform: capitalize;
  862. snippet tt:l
  863. text-transform: lowercase;
  864. snippet tt:n
  865. text-transform: none;
  866. snippet tt:u
  867. text-transform: uppercase;
  868. snippet tw
  869. text-wrap: \${1};
  870. snippet tw:no
  871. text-wrap: none;
  872. snippet tw:n
  873. text-wrap: normal;
  874. snippet tw:s
  875. text-wrap: suppress;
  876. snippet tw:u
  877. text-wrap: unrestricted;
  878. snippet t
  879. top: \${1};
  880. snippet t:a
  881. top: auto;
  882. snippet va
  883. vertical-align: \${1};
  884. snippet va:bl
  885. vertical-align: baseline;
  886. snippet va:b
  887. vertical-align: bottom;
  888. snippet va:m
  889. vertical-align: middle;
  890. snippet va:sub
  891. vertical-align: sub;
  892. snippet va:sup
  893. vertical-align: super;
  894. snippet va:tb
  895. vertical-align: text-bottom;
  896. snippet va:tt
  897. vertical-align: text-top;
  898. snippet va:t
  899. vertical-align: top;
  900. snippet v
  901. visibility: \${1};
  902. snippet v:c
  903. visibility: collapse;
  904. snippet v:h
  905. visibility: hidden;
  906. snippet v:v
  907. visibility: visible;
  908. snippet whsc
  909. white-space-collapse: \${1};
  910. snippet whsc:ba
  911. white-space-collapse: break-all;
  912. snippet whsc:bs
  913. white-space-collapse: break-strict;
  914. snippet whsc:k
  915. white-space-collapse: keep-all;
  916. snippet whsc:l
  917. white-space-collapse: loose;
  918. snippet whsc:n
  919. white-space-collapse: normal;
  920. snippet whs
  921. white-space: \${1};
  922. snippet whs:n
  923. white-space: normal;
  924. snippet whs:nw
  925. white-space: nowrap;
  926. snippet whs:pl
  927. white-space: pre-line;
  928. snippet whs:pw
  929. white-space: pre-wrap;
  930. snippet whs:p
  931. white-space: pre;
  932. snippet wid
  933. widows: \${1};
  934. snippet w
  935. width: \${1};
  936. snippet w:a
  937. width: auto;
  938. snippet wob
  939. word-break: \${1};
  940. snippet wob:ba
  941. word-break: break-all;
  942. snippet wob:bs
  943. word-break: break-strict;
  944. snippet wob:k
  945. word-break: keep-all;
  946. snippet wob:l
  947. word-break: loose;
  948. snippet wob:n
  949. word-break: normal;
  950. snippet wos
  951. word-spacing: \${1};
  952. snippet wow
  953. word-wrap: \${1};
  954. snippet wow:no
  955. word-wrap: none;
  956. snippet wow:n
  957. word-wrap: normal;
  958. snippet wow:s
  959. word-wrap: suppress;
  960. snippet wow:u
  961. word-wrap: unrestricted;
  962. snippet z
  963. z-index: \${1};
  964. snippet z:a
  965. z-index: auto;
  966. snippet zoo
  967. zoom: 1;
  968. `}),ace.define("ace/snippets/css",["require","exports","module","ace/snippets/css.snippets"],function(t,n,e){n.snippetText=t("./css.snippets"),n.scope="css"}),function(){ace.require(["ace/snippets/css"],function(t){p&&(p.exports=t)})}()})(o);var r=o.exports;const l=a(r),c=b({__proto__:null,default:l},[r]);export{c};