mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
* Always include css with apply in context * Use let We use it more consistently * Remove early return To match the style of the surrounding code * Don't return layer directives They do not need to be returned here. If it's needed in the future its easy enough to add it back. * Use let * Update changelog * fix typo And re-format comments Co-authored-by: Jordan Pittman <jordan@cryptica.me> Co-authored-by: Robin Malfait <malfait.robin@gmail.com>