Skip to content

0.8.0

Choose a tag to compare

@tonysm tonysm released this 17 Nov 01:43
· 111 commits to main since this release
ccc5af0

Changelog

  • NEW: The tailwindcss() function throws an exception when the manifest file is missing. When testing, we don't want that behavior as we don't always need to compile our styles to run the tests (sometimes we do). For that reason, you may now use the new InteractsWithTailwind trait and call the $this->withoutTailwind() method on your tests (or in the base TestCase) to disable the missing manifest exception on your tests (see docs). Initial work by @andreasnij (thanks!)