smolcss icon indicating copy to clipboard operation
smolcss copied to clipboard

Minimal snippets for modern CSS layouts and components

Results 9 smolcss issues
Sort by recently updated
recently updated
newest added

Hi, the codepen links appear to be broken, I get error 500 from codepen when I open them. example: https://codepen.io/pen/left?&editors=110&prefill_data_id=05eb1e8b-43ef-408e-abbb-19305fd5d5e6 cheers

When I trialed this example, I didn't see the text "Is it me you're looking for?" as the example would suggest, but instead "Aww, you came to see me!" This...

In the code-example you add `float: left` to the icon-`` to remove underline from it. https://smolcss.dev/#smol-visited-styles This is not working with (at least) recent Firefox (on Mac OS). ![screenshot from...

If possible, the "Open in Codepen" buttons are implemented as `` elements, but should be `` elements. This would: - Provide a more-accurate representation of what they do (navigate you...

suggestion

I see you have no LICENSE file for this project. The repository mentions [ISC](https://github.com/5t3ph/smolcss/blob/main/package.json#L21). When the license file is standardized with the full text of the license, the license clearly...

The RSS feed looks like this in a reader: ![Kazam_screenshot_00013](https://user-images.githubusercontent.com/3703647/222930601-e4889df7-1f6e-46bf-b0e4-150a1ff921a4.png) You can solve this by adding the `title` field to each `entry` in the XML. Thanks for sharing your CSS...

Your writing and your code demos are helpful. I used [this demo](https://smolcss.dev/#smol-grid-centering) to create [a code editor for touchscreens](https://github.com/enderminyard/phonecoding). Thanks for making this!