|
134 | 134 | min-height: var(--height);
|
135 | 135 | }
|
136 | 136 | .w-\[\'\)\(\)\'\] {
|
137 |
| - width: ")()"; |
| 137 | + width: ')()'; |
138 | 138 | }
|
139 | 139 | .w-\[\'\]\[\]\'\] {
|
140 |
| - width: "][]"; |
| 140 | + width: '][]'; |
141 | 141 | }
|
142 | 142 | .w-\[\'\}\{\}\'\] {
|
143 |
| - width: "}{}"; |
| 143 | + width: '}{}'; |
144 | 144 | }
|
145 | 145 | .w-\[\(\(\)\)\] {
|
146 | 146 | width: (());
|
|
176 | 176 | width: var(--width, calc(100% + 1rem));
|
177 | 177 | }
|
178 | 178 | .w-\[\{\{\}\}\] {
|
179 |
| - width: {{} } |
| 179 | + width: {{}} |
180 | 180 | }
|
181 | 181 | .w-\[\{\}\] {
|
182 | 182 | width: {}
|
|
345 | 345 | cursor: pointer;
|
346 | 346 | }
|
347 | 347 | .cursor-\[url\(\'\.\/path_to_hand\.cur\'\)_2_2\,pointer\] {
|
348 |
| - cursor: url("./path_to_hand.cur") 2 2, pointer; |
| 348 | + cursor: url('./path_to_hand.cur') 2 2, pointer; |
349 | 349 | }
|
350 | 350 | .cursor-\[url\(hand\.cur\)_2_2\,pointer\] {
|
351 |
| - cursor: url("hand.cur") 2 2, pointer; |
| 351 | + cursor: url('hand.cur') 2 2, pointer; |
352 | 352 | }
|
353 | 353 | .cursor-\[var\(--value\)\] {
|
354 | 354 | cursor: var(--value);
|
|
406 | 406 | scroll-padding-top: var(--scroll-padding);
|
407 | 407 | }
|
408 | 408 | .list-\[\'\\1f44d\'\] {
|
409 |
| - list-style-type: "👍"; |
| 409 | + list-style-type: '👍'; |
410 | 410 | }
|
411 | 411 | .list-\[var\(--value\)\] {
|
412 | 412 | list-style-type: var(--value);
|
413 | 413 | }
|
414 | 414 | .list-image-\[url\(\.\/my-image\.png\)\] {
|
415 |
| - list-style-image: url("./my-image.png"); |
| 415 | + list-style-image: url('./my-image.png'); |
416 | 416 | }
|
417 | 417 | .list-image-\[var\(--value\)\] {
|
418 | 418 | list-style-image: var(--value);
|
|
653 | 653 | background-image: linear-gradient(to left, rgb(var(--green)), blue);
|
654 | 654 | }
|
655 | 655 | .bg-\[url\(\'\/path-to-image\.png\'\)\] {
|
656 |
| - background-image: url("/path-to-image.png"); |
| 656 | + background-image: url('/path-to-image.png'); |
657 | 657 | }
|
658 | 658 | .bg-\[url\:var\(--url\)\] {
|
659 | 659 | background-image: var(--url);
|
660 | 660 | }
|
661 | 661 | .from-\[\#da5b66\] {
|
662 | 662 | --tw-gradient-from: #da5b66 var(--tw-gradient-from-position);
|
663 |
| - --tw-gradient-from-position: ; |
664 |
| - --tw-gradient-to: #da5b6600 var(--tw-gradient-from-position); |
665 |
| - --tw-gradient-to-position: ; |
| 663 | + --tw-gradient-to: #da5b6600 var(--tw-gradient-to-position); |
666 | 664 | --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
667 | 665 | }
|
668 | 666 | .from-\[var\(--color\)\] {
|
669 | 667 | --tw-gradient-from: var(--color) var(--tw-gradient-from-position);
|
670 |
| - --tw-gradient-from-position: ; |
671 |
| - --tw-gradient-to: #fff0 var(--tw-gradient-from-position); |
672 |
| - --tw-gradient-to-position: ; |
| 668 | + --tw-gradient-to: #fff0 var(--tw-gradient-to-position); |
673 | 669 | --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
674 | 670 | }
|
675 | 671 | .via-\[\#da5b66\] {
|
676 |
| - --tw-gradient-via-position: ; |
677 | 672 | --tw-gradient-to: #da5b6600 var(--tw-gradient-to-position);
|
678 |
| - --tw-gradient-to-position: ; |
679 | 673 | --tw-gradient-stops: var(--tw-gradient-from), #da5b66 var(--tw-gradient-via-position),
|
680 | 674 | var(--tw-gradient-to);
|
681 | 675 | }
|
682 | 676 | .via-\[var\(--color\)\] {
|
683 |
| - --tw-gradient-via-position: ; |
684 | 677 | --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
|
685 |
| - --tw-gradient-to-position: ; |
686 | 678 | --tw-gradient-stops: var(--tw-gradient-from), var(--color) var(--tw-gradient-via-position),
|
687 | 679 | var(--tw-gradient-to);
|
688 | 680 | }
|
689 | 681 | .to-\[\#da5b66\] {
|
690 | 682 | --tw-gradient-to: #da5b66 var(--tw-gradient-to-position);
|
691 |
| - --tw-gradient-to-position: ; |
692 | 683 | }
|
693 | 684 | .to-\[var\(--color\)\] {
|
694 | 685 | --tw-gradient-to: var(--color) var(--tw-gradient-to-position);
|
695 |
| - --tw-gradient-to-position: ; |
696 | 686 | }
|
697 | 687 | .bg-\[length\:200px_100px\] {
|
698 | 688 | background-size: 200px 100px;
|
|
713 | 703 | fill: #da5b66;
|
714 | 704 | }
|
715 | 705 | .fill-\[url\(\#icon-gradient\)\] {
|
716 |
| - fill: url("#icon-gradient"); |
| 706 | + fill: url('#icon-gradient'); |
717 | 707 | }
|
718 | 708 | .fill-\[var\(--value\)\] {
|
719 | 709 | fill: var(--value);
|
|
725 | 715 | stroke: var(--value);
|
726 | 716 | }
|
727 | 717 | .stroke-\[url\(\#icon-gradient\)\] {
|
728 |
| - stroke: url("#icon-gradient"); |
| 718 | + stroke: url('#icon-gradient'); |
729 | 719 | }
|
730 | 720 | .stroke-\[20px\] {
|
731 | 721 | stroke-width: 20px;
|
|
787 | 777 | font-family: Some Font, sans-serif;
|
788 | 778 | }
|
789 | 779 | .font-\[\'Some_Font\'\,var\(--other-font\)\] {
|
790 |
| - font-family: "Some Font", var(--other-font); |
| 780 | + font-family: 'Some Font', var(--other-font); |
791 | 781 | }
|
792 | 782 | .font-\[Georgia\,serif\] {
|
793 | 783 | font-family: Georgia, serif;
|
|
1062 | 1052 | will-change: var(--will-change);
|
1063 | 1053 | }
|
1064 | 1054 | .content-\[\'\>\'\] {
|
1065 |
| - --tw-content: ">"; |
| 1055 | + --tw-content: '>'; |
1066 | 1056 | content: var(--tw-content);
|
1067 | 1057 | }
|
1068 | 1058 | .content-\[\'hello\'\] {
|
1069 |
| - --tw-content: "hello"; |
| 1059 | + --tw-content: 'hello'; |
1070 | 1060 | content: var(--tw-content);
|
1071 | 1061 | }
|
1072 | 1062 | .content-\[attr\(content-before\)\] {
|
|
1078 | 1068 | grid-template-columns: 200px repeat(auto-fill, minmax(15%, 100px)) 300px;
|
1079 | 1069 | }
|
1080 | 1070 | }
|
1081 |
| - |
0 commit comments