Skip to content

Add SantyCss to Frameworks section#239

Open
ChintuSanty wants to merge 1 commit into
awesome-css-group:masterfrom
ChintuSanty:ChintuSanty-patch-1
Open

Add SantyCss to Frameworks section#239
ChintuSanty wants to merge 1 commit into
awesome-css-group:masterfrom
ChintuSanty:ChintuSanty-patch-1

Conversation

@ChintuSanty

@ChintuSanty ChintuSanty commented Mar 29, 2026

Copy link
Copy Markdown

What does this PR do?

Adds SantyCss to the Frameworks section, placed alphabetically before Semantic UI.

SantyCss is India's first utility-first CSS framework with plain-English class names (e.g. add-padding-24 instead of p-6). It offers 8,500+ classes, zero build step, and works directly via CDN.

Summary by CodeRabbit

  • Documentation
    • Added information about SantyCss framework to the documentation.

Added SantyCss to the list of CSS frameworks.
@coderabbitai

coderabbitai Bot commented Mar 29, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

A new entry for SantyCss framework was added to the README.md Frameworks section, including its link and a brief description. No structural modifications were made to the document.

Changes

Cohort / File(s) Summary
Documentation Update
README.md
Added SantyCss entry to the Frameworks section with link and description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A framework so fresh in the light,
SantyCss added, shiny and bright,
The README now grows with a hop,
One line more for the knowledge to crop!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding SantyCss to the Frameworks section, which matches the changeset and PR objectives.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 118: Update the README entry for "SantyCss" to remove the subjective
geographic claim ("India's first") and replace it with an objective, technical
description matching the NPM/project blurb; specifically change the existing
list line that contains "SantyCss" and the current phrase "India's first
utility-first CSS framework with plain-English class names. 8,500+ classes, zero
build step." to something like "SantyCss — Plain-English utility-first CSS
framework: no build step, just classes (8,500+ classes)." Ensure the entry
focuses on technical features (plain-English classes, utility-first, no build
step, class count) and mirrors the style used for other framework entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ce9bfeb5-b5b3-48ff-8671-3ce3ae497832

📥 Commits

Reviewing files that changed from the base of the PR and between 7d0f2e4 and d53a1f5.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
* [Milligram](http://milligram.io) - A minimalist CSS framework.
* [Numl](https://numl.design) - An HTML-based language and design system that lets you create responsive and accessible high-quality web interfaces with any look.
* [Pure.css](http://purecss.io/) - A set of small, responsive CSS modules that you can use in every web project.
* [SantyCss](https://santycss.santy.in) - India's first utility-first CSS framework with plain-English class names. 8,500+ classes, zero build step.

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 | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the SantyCss website is accessible and check for basic project information

# Check if the website is accessible
echo "Checking website accessibility..."
curl -I -s -o /dev/null -w "HTTP Status: %{http_code}\n" https://santycss.santy.in

# Check if CDN link is accessible
echo "Checking CDN accessibility..."
curl -I -s -o /dev/null -w "HTTP Status: %{http_code}\n" https://cdn.jsdelivr.net/npm/santycss/dist/santy-start.css

# Check npm package existence
echo "Checking npm package..."
curl -s https://registry.npmjs.org/santycss | jq -r '.name, .description, "Latest version: " + (.["dist-tags"].latest // "N/A"), "Last modified: " + (.time.modified // "N/A")'

Repository: awesome-css-group/awesome-css

Length of output: 337


Revise the description to focus on objective technical features rather than geographical claims.

The description includes "India's first," which is a subjective marketing claim not present in the official NPM package description. The official project description emphasizes objective technical characteristics: "Plain-English utility-first CSS framework — no build step, just classes."

Align the README entry with the project's technical focus and other framework entries in the list:

✍️ Suggested revision
-* [SantyCss](https://santycss.santy.in) - India's first utility-first CSS framework with plain-English class names. 8,500+ classes, zero build step.
+* [SantyCss](https://santycss.santy.in) - A utility-first CSS framework with plain-English class names. No build step, works via CDN.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 118, Update the README entry for "SantyCss" to remove the
subjective geographic claim ("India's first") and replace it with an objective,
technical description matching the NPM/project blurb; specifically change the
existing list line that contains "SantyCss" and the current phrase "India's
first utility-first CSS framework with plain-English class names. 8,500+
classes, zero build step." to something like "SantyCss — Plain-English
utility-first CSS framework: no build step, just classes (8,500+ classes)."
Ensure the entry focuses on technical features (plain-English classes,
utility-first, no build step, class count) and mirrors the style used for other
framework entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant