|
1 | | -<===> prefixed/type/input.scss |
| 1 | +<===> prefixed/lowercase/type/input.scss |
2 | 2 | a {b: -c-type(1 + 1)} |
3 | 3 |
|
4 | | -<===> prefixed/type/output.css |
| 4 | +<===> prefixed/lowercase/type/output.css |
5 | 5 | a { |
6 | 6 | b: -c-type(2); |
7 | 7 | } |
| 8 | + |
| 9 | +<===> |
| 10 | +================================================================================ |
| 11 | +<===> prefixed/lowercase/and/input.scss |
| 12 | +a {b: -c-and(1 + 1)} |
| 13 | + |
| 14 | +<===> prefixed/lowercase/and/output.css |
| 15 | +a { |
| 16 | + b: -c-and(2); |
| 17 | +} |
| 18 | + |
| 19 | +<===> |
| 20 | +================================================================================ |
| 21 | +<===> prefixed/lowercase/or/input.scss |
| 22 | +a {b: -c-or(1 + 1)} |
| 23 | + |
| 24 | +<===> prefixed/lowercase/or/output.css |
| 25 | +a { |
| 26 | + b: -c-or(2); |
| 27 | +} |
| 28 | + |
| 29 | +<===> |
| 30 | +================================================================================ |
| 31 | +<===> prefixed/lowercase/not/input.scss |
| 32 | +a {b: -c-not(1 + 1)} |
| 33 | + |
| 34 | +<===> prefixed/lowercase/not/output.css |
| 35 | +a { |
| 36 | + b: -c-not(2); |
| 37 | +} |
| 38 | + |
| 39 | +<===> |
| 40 | +================================================================================ |
| 41 | +<===> prefixed/uppercase/type/input.scss |
| 42 | +a {b: -C-TYPE(1 + 1)} |
| 43 | + |
| 44 | +<===> prefixed/uppercase/type/output.css |
| 45 | +a { |
| 46 | + b: -C-TYPE(2); |
| 47 | +} |
| 48 | + |
| 49 | +<===> |
| 50 | +================================================================================ |
| 51 | +<===> prefixed/uppercase/and/input.scss |
| 52 | +a {b: -C-AND(1 + 1)} |
| 53 | + |
| 54 | +<===> prefixed/uppercase/and/output.css |
| 55 | +a { |
| 56 | + b: -C-AND(2); |
| 57 | +} |
| 58 | + |
| 59 | +<===> |
| 60 | +================================================================================ |
| 61 | +<===> prefixed/uppercase/or/input.scss |
| 62 | +a {b: -C-OR(1 + 1)} |
| 63 | + |
| 64 | +<===> prefixed/uppercase/or/output.css |
| 65 | +a { |
| 66 | + b: -C-OR(2); |
| 67 | +} |
| 68 | + |
| 69 | +<===> |
| 70 | +================================================================================ |
| 71 | +<===> prefixed/uppercase/not/input.scss |
| 72 | +a {b: -C-NOT(1 + 1)} |
| 73 | + |
| 74 | +<===> prefixed/uppercase/not/output.css |
| 75 | +a { |
| 76 | + b: -C-NOT(2); |
| 77 | +} |
0 commit comments