Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[travis-link]: https://travis-ci.org/awesome-css-group/awesome-css
[travis-badge]: https://travis-ci.org/awesome-css-group/awesome-css.svg?branch=master

# Awesome CSS [![Awesome][awesome-badge]][awesome-link] [![Travis Build Status][travis-badge]][travis-link]
# Awesome CSS [![Awesome][awesome-badge]][awesome-link] [![Travis Build Status][travis-badge]][travis-link]

> /* A curated list of awesome frameworks, style guides, and other cool nuggets for writing amazing CSS. */

Expand Down Expand Up @@ -270,6 +270,7 @@ Here is a [CSS in JS techniques comparison](https://github.com/MicheleBertoli/cs
* [Live editor for CSS and LESS](https://github.com/webextensions/live-css-editor) - Magic CSS extension for Chrome, Firefox and Edge.
* [RevengeCSS](https://github.com/Heydon/REVENGE.CSS) - A CSS bookmarklet that uses selectors to find bad markup, displaying ugly pink error messages in comic sans serif wherever you write bad HTML
* [Single Div Project](https://github.com/ManrajGrover/SingleDivProject) - One `<div>`. Many possibilities.
* [Volume](https://volumecolor.io]) - A 3D OKLCH color engine that generates perceptually uniform palettes and exports CSS variables.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Fix the malformed markdown link syntax.

The link has an extra closing bracket ] before the closing parenthesis, which will break the markdown rendering.

🔗 Proposed fix for the link syntax
-* [Volume](https://volumecolor.io]) - A 3D OKLCH color engine that generates perceptually uniform palettes and exports CSS variables.
+* [Volume](https://volumecolor.io) - A 3D OKLCH color engine that generates perceptually uniform palettes and exports CSS variables.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* [Volume](https://volumecolor.io]) - A 3D OKLCH color engine that generates perceptually uniform palettes and exports CSS variables.
* [Volume](https://volumecolor.io) - A 3D OKLCH color engine that generates perceptually uniform palettes and exports CSS variables.
🤖 Prompt for AI Agents
In `@README.md` at line 273, The markdown link for "Volume" is malformed: the link
text and URL currently read "* [Volume](https://volumecolor.io])" with an extra
closing bracket before the parenthesis; fix it by removing the stray ']' so it
becomes "* [Volume](https://volumecolor.io)" ensuring the link text "Volume" and
the URL "https://volumecolor.io" are properly wrapped in [ ] and ( )
respectively.

* [You Might Not Need JS](http://youmightnotneedjs.com/) - CSS alternatives for common JS UI components.
* [Xpath-to-selector](https://github.com/steambap/xpath-to-selector) - Convert xpath to css selector.

Expand Down