SerKo
SerKo
Fix usage description in `decode_soundcard` program.
https://github.com/serkodev/holy Preview: https://hugo-holy.pages.dev/
### Clear and concise description of the problem Before we start, according to MDN's [`word-break`](https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#syntax) introduction: - `word-break: break-word` is deprecated - `word-break: break-word` = `word-break: normal` + `overflow-wrap: anywhere`...
I made a text converter with pangu.js and Vue.js. Users can use it without installing any web extensions or write any code. Live Version: https://pangu.serko.dev/ Source: https://github.com/serkodev/vue-pangu
Related discussion #12127 ```css .break-anywhere { overflow-wrap: anywhere; } ``` ### Updated 2024-11-30 The new changes remove the original `@supports` because I agree that developers should decide for themselves whether...
### Environment - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.8.2 - CLI Version: 3.10.0 - Nitro Version: 2.8.0 - Package Manager: [email protected] - Builder: - -...
### 🔗 Linked issue Apologies, there's no linked issue, as this was originally a feature for my personal use. ### ❓ Type of change - [ ] 📖 Documentation (updates...
### UnoCSS version 0.58.2 ### Describe the bug After running nuxt dev server, go to browser and refresh the page once, the error will show up. ``` Internal server error:...
### Why Tailwind added [`*:`](https://tailwindcss.com/docs/hover-focus-and-other-states#styling-direct-children) modifier for selecting children since [v3.4](https://tailwindcss.com/blog/tailwindcss-v3-4#style-children-with-the-variant). ### Usage ```html red text red text red text ```
### Environment - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.10.2 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...