SeraphCoding

Results 4 issues of SeraphCoding

**Describe the bug** If you click very fast while dragging an element - the dragging stops and the entire element becomes unresponsive for any further mouse clicks. It is still...

The usage of `@import` has been deprecated. Global built in functions are also deprecated. This PR imports sass:string and uses string.to-lower-case instead and changes all `@import` rules to `@use` instead....

Use `@use` instead and explicitly use `sass:string` instead. See: https://sass-lang.com/documentation/breaking-changes/import/ PR: https://github.com/marella/material-symbols/pull/43

### Describe the bug In order to use Tailwindcss v4 with Angular 19+ (using the new esbuild builder), it is necessary to create a `postcss.config.json` file, because Angular seemingly fails...

bug
has workaround
angular