Closed AdrianGonz97 closed 1 month ago
Latest commit: be3a1cd31a0b8e3047d1e4678870b409e15bf087
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
closes #220
This is a good instance where having
runsAfter
would've been useful. Whiletailwindcss
doesn't requireprettier
to function, ensuring that it's executed afterprettier
would've guaranteed that theprettier-plugin-tailwindcss
is installed when they've both been selectedrather than bringing
runsAfter
back, I've tweaked the sorting order so that 2 adders that don't havedependsOn
specified stay in place, which is just a temp fixRe: Duplicate
@import
statements - this was another case where"
vs'
made a difference