silverwind
silverwind
Meanwhile, you can define a plugin in your config to add this. Here in the simplest variant: ```js import plugin from 'tailwindcss/plugin.js'; plugins: [ plugin(({addUtilities}) => { addUtilities({ '.break-anywhere': {...
Here is another reproduction: https://stackblitz.com/edit/vitejs-vite-wdrh5m?file=src%2FApp.css Steps I've took: 1. Initialize a fresh vite-react project 2. `npm install swagger-ui-dist` 3. Add `@import 'swagger-ui-dist/swagger-ui.css';` to `App.css` The imported file is shipped with...
Why did postcss 8.4.32 and earlier not raise this error? Should previous behaviour be restored for compatibility?
I guess there should at least be an option to ignore broken sourcemaps because they are not in control of the author in cases like with this swagger-ui dependency.
These failed cases do look bad imho. I think a option per-parameter option to catch a dot is needed. Maybe expose a constraints regex to the user. like rails does:...
Please add "Fixes: https://github.com/cosmtrek/air/issues/350" to your comment.
Bump, would love to see this merged.
You should also include this change to actually test the changed functionality: https://github.com/cosmtrek/air/pull/358/files#diff-c484509c25b7c8e4df331c9aefcbb49e43881a9a57c201a4491a4b7b61a72acb
Yes it's working for me, but the extension needs to be in `include_ext`, so in your case: ``` include_ext = ["go", "sum"] include_file = ["go.sum"] ```
https://github.com/cosmtrek/air/pull/358 should fix this.