Hamed Baatour

Results 7 issues of Hamed Baatour

## Checklist * [x] I made something good today 💐. * [x] I put links in the correct format: ``[Tool](link) — description.`` * [x] My description starts with the lower-case...

### This PR implements or fixes... _(explain your changes)_ adds checks before applying any transition styles to element this fixes the issue when an element is dragged to another drop...

### This PR implements or fixes... this PR ensures that the triggered event is used to detect a touch device scenario as only checking if the device itself supports touch...

in the current version any created Snackbar always get added to the page **body** and this was **not customizable!** 😒 I just quickly added an **`attachTo`** option to allow the...

It would be great to add support for [Collection Aliases](https://github.com/antfu/unplugin-icons#collection-aliases) just like in `unplugin-icons` an addition of an `alias` option to the `IconsOptions` object would be great! ``` Unocss({ presets:...

### Describe the bug some times you have to use some special characters in folder names to follow an internal convention (like $, #, etc...) or when nesting components that...

✔ **Validating IDs** Escape any spaces or any unsupported characters of returned ids in order to be used safely with document.querySelector() 📜 **Example** 👉 Input `div#this element has an id...