hwk
hwk
Hey! I have a similar question, as I'm trying to disable Preflight and use `source(none)` which seems only available in `@import "tailwindcss"`. [See Github discussion](https://github.com/tailwindlabs/tailwindcss/discussions/17135).
Update: I just got the answer, you have to pass the `source(none)` to utilities like this: ```css @layer theme, base, components, utilities; @import "tailwindcss/theme.css" layer(theme); @import "tailwindcss/utilities.css" layer(utilities) source(none); ```...
Hello! I have the same issue on a local Windows 10 environment with PHP 7.4 + memcached, when the plugin [Object Cache 4 for everyone](https://wordpress.org/plugins/object-cache-4-everyone/) is enabled. ``` PHP Warning:...