Introduce tailwindStylesheet
option to replace tailwindEntryPoint
#237
Annotations
3 errors and 1 warning
Test against Prettier v3:
tests/fixtures.test.ts#L123
AssertionError: expected '<div class="sm:bg-tomato bg-red-500">…' to deeply equal '<div class="bg-red-500 sm:bg-tomato">…'
- Expected
+ Received
- <div class="bg-red-500 sm:bg-tomato"></div>
+ <div class="sm:bg-tomato bg-red-500"></div>
❯ tests/fixtures.test.ts:123:32
|
Test against Prettier v3:
tests/fixtures.test.ts#L123
AssertionError: expected '<div\n class="sm:bg-tomato from-plug…' to deeply equal '<div\n class="from-plugin-2 from-plu…'
- Expected
+ Received
<div
- class="from-plugin-2 from-plugin-1 bg-from-config bg-red-500 sm:from-plugin-1 sm:bg-tomato"
+ class="sm:bg-tomato from-plugin-1 from-plugin-2 bg-from-config sm:from-plugin-1 bg-red-500"
></div>
❯ tests/fixtures.test.ts:123:32
|
Test against Prettier v3
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading