santycss 2.4.8 โ†’ 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,26 +1,96 @@
1
- # SantyCSS
2
-
3
- [![npm version](https://img.shields.io/npm/v/santycss.svg?style=flat-square)](https://www.npmjs.com/package/santycss)
4
- [![npm downloads](https://img.shields.io/npm/dm/santycss.svg?style=flat-square)](https://www.npmjs.com/package/santycss)
5
- [![license](https://img.shields.io/npm/l/santycss.svg?style=flat-square)](https://github.com/ChintuSanty/santyCSS/blob/main/LICENSE)
6
- [![bundle size](https://img.shields.io/badge/core-310KB-blue?style=flat-square)](https://www.npmjs.com/package/santycss)
7
-
8
- ๐Ÿ‡ฎ๐Ÿ‡ณ **India's first utility-first CSS framework.**
9
- **Plain-English class names. No build step. No configuration. Just link and use.**
10
- Class names read like sentences โ€” `add-padding-24` instead of `p-6`. AI tools understand them instantly, no lookup table needed.
11
-
12
- ```html
13
- <div class="make-flex align-center gap-16 background-blue-500 round-corners-12 add-padding-24">
14
- <button class="make-button style-primary size-large shape-pill on-hover:animate-bounce">
15
- Get Started
16
- </button>
17
- </div>
18
- ```
19
-
20
- > ๐ŸŒ **[santycss.santy.in](https://santycss.santy.in)** ยท ๐Ÿ“– **[Class Reference](https://santycss.santy.in/classes.html)** ยท ๐ŸŒŠ **[Webflow](https://santycss.santy.in/webflow.html)** ยท ๐ŸŽฌ **[Animations](https://santycss.santy.in/animations.html)** ยท ๐Ÿ“ฆ **[npm Docs](https://santycss.santy.in/docs.html)**
21
-
22
- ---
23
-
1
+ # SantyCSS
2
+
3
+ [![npm version](https://img.shields.io/npm/v/santycss.svg?style=flat-square)](https://www.npmjs.com/package/santycss)
4
+ [![npm downloads](https://img.shields.io/npm/dm/santycss.svg?style=flat-square)](https://www.npmjs.com/package/santycss)
5
+ [![license](https://img.shields.io/npm/l/santycss.svg?style=flat-square)](https://github.com/ChintuSanty/santyCSS/blob/main/LICENSE)
6
+ [![bundle size](https://img.shields.io/badge/core-310KB-blue?style=flat-square)](https://www.npmjs.com/package/santycss)
7
+
8
+ ๐Ÿ‡ฎ๐Ÿ‡ณ **India's first utility-first CSS framework.**
9
+ **Plain-English class names. No build step. No configuration. Just link and use.**
10
+ Class names read like sentences โ€” `add-padding-24` instead of `p-6`. AI tools understand them instantly, no lookup table needed.
11
+
12
+ ```html
13
+ <div class="make-flex align-center gap-16 background-blue-500 round-corners-12 add-padding-24">
14
+ <button class="make-button style-primary size-large shape-pill on-hover:animate-bounce">
15
+ Get Started
16
+ </button>
17
+ </div>
18
+ ```
19
+
20
+ > ๐ŸŒ **[santycss.santy.in](https://santycss.santy.in)** ยท ๐Ÿ“– **[Class Reference](https://santycss.santy.in/classes.html)** ยท ๐ŸŒŠ **[Webflow](https://santycss.santy.in/webflow.html)** ยท ๐ŸŽฌ **[Animations](https://santycss.santy.in/animations.html)** ยท ๐Ÿ“ฆ **[npm Docs](https://santycss.santy.in/docs.html)**
21
+
22
+ ---
23
+
24
+ ## What's New in v2.5.0
25
+
26
+ ### ๐ŸŽจ Two Portfolio CV Templates + New Framework Components
27
+
28
+ Two production-ready portfolio templates built entirely with SantyCSS โ€” no custom CSS.
29
+
30
+ **New Template 1: `portfolio.html` โ€” Snap-Scroll**
31
+ - **6 sections** โ€” About (with profile image & typewriter), Experience (timeline), Skills (animated progress bars), Projects (card grid), Hobbies, Blogs
32
+ - **Right-side dot navigation** (desktop) โ€” hoverable labels, amber active state
33
+ - **Hamburger + full-screen overlay** (mobile) โ€” closes on Esc, backdrop blur
34
+ - **Full-viewport snap scroll** โ€” each section is exactly 100vh, no full-page scroll
35
+ - **SantyCSS animations** โ€” `animate-fade-in-from-left`, `animate-zoom-in`, `animate-bounce-in`, `animate-slide-in-from-left` with staggered `animation-delay-*`
36
+
37
+ **New Template 2: `portfolio-cv.html` โ€” Dark Sidebar**
38
+ - **Fixed left sidebar** โ€” profile initials badge, availability indicator, cyan accent nav
39
+ - **6 sections** โ€” About, Resume (dual timeline: experience + education), Portfolio (filterable grid), Blog, Contact, Extra
40
+ - **Extras** โ€” services grid, fun facts counter (IntersectionObserver), competency tags, testimonials, contact form
41
+ - **Cyan accent** (`#0099e5`) on near-black backgrounds (`#0f0f0f` / `#1c1c1e`)
42
+ - **Responsive** โ€” hamburger toggles sidebar on mobile with overlay
43
+
44
+ **New CSS Classes added to `santy-components.css`:**
45
+
46
+ | Class | Description |
47
+ |---|---|
48
+ | `.portfolio-snap` | Full-page scroll-snap container (hides scrollbar) |
49
+ | `.snap-section` | 100vh section with snap alignment |
50
+ | `.snap-section-scrollable` | 100vh section with internal scroll (styled scrollbar) |
51
+ | `.portfolio-right-nav` | Fixed right-side dot navigation (auto-hides on mobile) |
52
+ | `.nav-dot` / `.nav-dot-active` | Navigation dots with tooltip labels |
53
+ | `.glass-card` / `.glass-card-light` | Glassmorphism cards with backdrop blur |
54
+ | `.avatar-ring-lg` | Large avatar with spinning conic-gradient ring |
55
+ | `.skill-bar-track` / `.skill-bar-fill` | Animated skill bar + colour variants |
56
+ | `.cv-sidebar` / `.cv-main` | Fixed left sidebar + offset main content |
57
+ | `.cv-nav-link` / `.cv-nav-active` | Sidebar navigation link states |
58
+ | `.cv-section` / `.cv-section-alt` | Alternating section backgrounds |
59
+ | `.timeline-dark` / `.timeline-dot-cyan` | Dark timeline with cyan dot variant |
60
+ | `.skill-bar-dark` / `.skill-bar-dark-fill` | Dark-mode skill bar components |
61
+ | `.fun-fact-card` | Fun facts counter card |
62
+ | `.project-card-dark` / `.blog-card-dark` | Dark project and blog cards |
63
+ | `.service-card-dark` / `.what-i-do-card` | Service and skill-highlight cards |
64
+ | `.testimonial-card-dark` | Dark testimonial card |
65
+ | `.input-dark` / `.textarea-dark` | Dark form input and textarea |
66
+ | `.btn-cyan` / `.btn-cyan-outline` | Cyan action buttons |
67
+ | `.pf-filter-btn` / `.pf-active` | Portfolio filter buttons |
68
+ | `.tag-dark` | Dark tag/pill component |
69
+ | `.color-brand-cyan` / `.background-brand-cyan` | Cyan brand color utilities |
70
+ | `.icon` + `.icon-16` โ†’ `.icon-48` | Base class for essential UI icons + pixel size helpers |
71
+ | `.background-zinc-950` | Near-black `#09090b` background |
72
+
73
+ ```html
74
+ <!-- Snap-scroll quick start -->
75
+ <main class="portfolio-snap">
76
+ <section class="snap-section" id="about">...</section>
77
+ <section class="snap-section-scrollable" id="experience">...</section>
78
+ </main>
79
+ <nav class="portfolio-right-nav">
80
+ <a class="nav-dot nav-dot-active" data-label="About" data-target="about" href="#about"></a>
81
+ </nav>
82
+
83
+ <!-- Sidebar CV quick start -->
84
+ <aside class="cv-sidebar" id="cv-sidebar">
85
+ <a href="#about" class="cv-nav-link cv-nav-active">About Me</a>
86
+ </aside>
87
+ <main class="cv-main">
88
+ <section id="about" class="cv-section">...</section>
89
+ </main>
90
+ ```
91
+
92
+ ---
93
+
24
94
  ## What's New in v2.4.8
25
95
 
26
96
  ### ๐Ÿš€ Homepage UX Improvements
@@ -36,984 +106,984 @@ Six homepage enhancements for better discoverability and developer experience:
36
106
 
37
107
  ---
38
108
 
39
- ## What's New in v2.4.7
40
-
41
- ### ๐ŸŽจ 2078 Essential UI Icons (+78 new โ€” final batch)
42
-
43
- 78 final icons completing the Essential UI library โ€” USB drives, volume controls, wallet, webcam, wifi, windows, wrench, x/close variants, and zoom.
44
-
45
- ```html
46
- <span class="icon icon-volume-up-fill icon-size-xl" style="color:#3b82f6;"></span>
47
- <span class="icon icon-wifi icon-size-xl" style="color:#10b981;"></span>
48
- <span class="icon icon-wrench-adjustable-circle-fill icon-size-xl" style="color:#6366f1;"></span>
49
- <span class="icon icon-zoom-in icon-size-xl" style="color:#f59e0b;"></span>
50
- ```
51
-
52
- **New icons (78):**
53
-
54
- | Group | Icons |
55
- |---|---|
56
- | USB | `usb-drive` `usb-drive-fill` `usb-fill` `usb-micro` `usb-micro-fill` `usb-mini` `usb-mini-fill` `usb-plug` `usb-plug-fill` `usb-symbol` |
57
- | Misc | `valentine` `valentine2` `vector-pen` `view-list` `view-stacked` `vignette` `vimeo` `vinyl` `vinyl-fill` `virus` `virus2` `voicemail` `vr` |
58
- | Volume | `volume-down` `volume-down-fill` `volume-mute` `volume-mute-fill` `volume-off` `volume-off-fill` `volume-up` `volume-up-fill` |
59
- | Wallet & Watch | `wallet` `wallet-fill` `wallet2` `watch` `water` |
60
- | Camera & Comms | `webcam` `webcam-fill` `wechat` `whatsapp` |
61
- | Wifi | `wifi` `wifi-1` `wifi-2` `wifi-off` |
62
- | Misc | `wikipedia` `wind` `windows` `wordpress` `xbox` `yelp` `yin-yang` `youtube` |
63
- | Window | `window` `window-dash` `window-desktop` `window-dock` `window-fullscreen` `window-plus` `window-sidebar` `window-split` `window-stack` `window-x` |
64
- | Wrench | `wrench` `wrench-adjustable` `wrench-adjustable-circle` `wrench-adjustable-circle-fill` |
65
- | Close / X | `x` `x-circle` `x-circle-fill` `x-diamond` `x-diamond-fill` `x-lg` `x-octagon` `x-octagon-fill` `x-square` `x-square-fill` |
66
- | Zoom | `zoom-in` `zoom-out` |
67
-
68
- ---
69
-
70
- ## What's New in v2.4.6
71
-
72
- ### ๐ŸŽจ 2000 Essential UI Icons (1000 new in this release)
73
-
74
- 1000 new icons covering file types, folders, filters, gears, globes, hearts, houses, journals, media controls, people, phones, shields, signs, terminals, trash, and much more.
75
-
76
- ```html
77
- <span class="icon icon-heart-pulse-fill icon-size-xl" style="color:#ef4444;"></span>
78
- <span class="icon icon-person-fill-check icon-size-xl" style="color:#10b981;"></span>
79
- <span class="icon icon-shield-fill-check icon-size-xl" style="color:#3b82f6;"></span>
80
- <span class="icon icon-rocket-takeoff-fill icon-size-xl" style="color:#8b5cf6;"></span>
81
- ```
82
-
83
- **New icons include:** file-ruled, file-slides, file-spreadsheet, file-text, file-word, file-x, file-zip, files, files-alt, filetype-aac, filetype-ai, filetype-bmp, filetype-cs, filetype-css, filetype-csv, filetype-doc, filetype-docx, filetype-exe, filetype-gif, filetype-heic, filetype-html, filetype-java, filetype-jpg, filetype-js, filetype-json, filetype-jsx, filetype-key, filetype-m4p, filetype-md, filetype-mdx, filetype-mov, filetype-mp3, filetype-mp4, filetype-otf, filetype-pdf, filetype-php, filetype-png, filetype-ppt, filetype-pptx, filetype-psd, filetype-py, filetype-raw, filetype-rb, filetype-sass, filetype-scss, filetype-sh, filetype-sql, filetype-svg, filetype-tiff, filetype-tsx, filetype-ttf, filetype-txt, filetype-wav, filetype-woff, filetype-xls, filetype-xlsx, filetype-xml, filetype-yml, film, filter, fingerprint, fire, flag, flask, flask-florence, floppy, floppy2, flower1, flower2, flower3, folder, folder-check, folder-fill, folder-minus, folder-plus, folder-symlink, folder-x, folder2, folder2-open, fonts, fork-knife, forward, fuel-pump, fullscreen, funnel, gear, gear-fill, gear-wide, gear-wide-connected, gem, gender-ambiguous, gender-female, gender-male, gender-neuter, gender-trans, geo, geo-alt, gift, git, github, gitlab, globe, globe-americas, globe-asia-australia, globe-central-south-asia, globe-europe-africa, globe2, google, google-play, gpu-card, graph-down, graph-up, grid, grip-horizontal, grip-vertical, h-circle, h-square, hammer, hand-index, hand-index-thumb, hand-thumbs-down, hand-thumbs-up, handbag, hash, hdd, hdd-network, hdd-rack, hdd-stack, hdmi, headphones, headset, headset-vr, heart, heart-arrow, heart-pulse, heartbreak, hearts, heptagon, hexagon, highlighter, highlights, hospital, hourglass, house (all variants), houses, hr, hurricane, hypnotize, image, images, inbox, inboxes, incognito, indent, infinity, info, input-cursor, instagram, javascript, journal (all variants), joystick, justify, kanban, key, keyboard, ladder, lamp, laptop, layer-backward, layer-forward, layers, layout-sidebar, layout-split, layout-text-sidebar, layout-text-window, layout-three-columns, layout-wtf, leaf, life-preserver, lightbulb, lightning, link, linkedin, list (all variants), lock, luggage, lungs, magic, magnet, mailbox, map, markdown, mask, mastodon, megaphone, memory, menu-app, menu-button, mic, microsoft, microsoft-teams, modem, moon, mortarboard, motherboard, mouse (all variants), music-note, newspaper, nintendo-switch, node-minus, node-plus, nut, nvidia, nvme, octagon, openai, palette, paperclip, pass, passport, patch-check, patch-exclamation, patch-minus, patch-plus, patch-question, pause, paypal, pc, pci-card, peace, pen, pencil, pentagon, people, person (all 50+ variants), phone, pie-chart, piggy-bank, pin, pip, play, plug, plus, postage, postcard, power, printer, projector, puzzle, qr-code, question, quote, r-circle, radar, radioactive, rainbow, receipt, reception (0-4), record, recycle, reddit, repeat, reply, rewind, robot, rocket, router, rss, rulers, safe, save, scissors, search, send (all variants), server, share, shield (all variants), sign (all road signs), sim, skip-backward, skip-end, skip-forward, skip-start, skype, slack, slash, sliders, smartwatch, snapchat, snow, sort-alpha, sort-down, sort-numeric, sort-up, soundwave, speaker, speedometer, spotify, square, star, stickies, sticky, stop, stopwatch, strava, stripe, suit (club/diamond/heart/spade), suitcase, sun, sunrise, sunset, table, tablet, tag, taxi-front, telegram, telephone (all variants), terminal, text-center, text-indent, textarea, thermometer, threads, three-dots, thunderbolt, ticket, tiktok, toggle, tools, tornado, train-freight-front, train-front, train-lightrail-front, translate, transparency, trash (all variants), tree, trello, triangle, trophy, truck, tv, twitch, twitter, twitter-x, type (all heading variants), typescript, ubuntu, ui-checks, ui-radios, umbrella, union, unity, universal-access, unlock, upc, upload, usb, usb-c, and 50+ more fill variants.
84
-
85
- ---
86
-
87
- ## What's New in v2.4.5
88
-
89
- ### ๐ŸŽจ 1000 Essential UI Icons + Scrollable Grid + Sub-filters
90
-
91
- 600 new icons added โ€” calendars (all variants), camera & media, chat & messaging, cloud & weather, clipboard, checks & chevrons, database & devices, emoji, envelopes, files & documents, and more.
92
-
93
- The icon browser now features:
94
- - **Scrollable Essential UI grid** โ€” browse 1000 icons in a fixed-height scrollable area
95
- - **Sub-filters** โ€” filter by category: Numbers, Arrows, Calendar, Camera, Chat, Cloud, Database, Emoji, Files, Shapes, Shopping
96
-
97
- ```html
98
- <span class="icon icon-chat-left-text-fill icon-size-xl" style="color:#6366f1;"></span>
99
- <span class="icon icon-cloud-lightning-rain-fill icon-size-xl" style="color:#0ea5e9;"></span>
100
- <span class="icon icon-file-earmark-pdf-fill icon-size-xl" style="color:#ef4444;"></span>
101
- <span class="icon icon-emoji-laughing-fill icon-size-xl" style="color:#f59e0b;"></span>
102
- ```
103
-
104
- **New icons (600):**
105
-
106
- | Group | Icons |
107
- |---|---|
108
- | Calendar variants | `calendar2-fill` `calendar2-heart` `calendar2-minus` `calendar2-month` `calendar2-plus` `calendar2-range` `calendar2-week` `calendar2-x` `calendar3` `calendar3-event` `calendar3-fill` `calendar3-range` `calendar3-week` `calendar4` `calendar4-event` `calendar4-range` `calendar4-week` (+ fill variants) |
109
- | Camera & Media | `camera` `camera-fill` `camera-reels` `camera-video` `camera-video-off` `camera2` `cassette` `cast` |
110
- | Cart & Shopping | `cart` `cart-check` `cart-dash` `cart-fill` `cart-plus` `cart-x` `cart2` `cart3` `cart4` |
111
- | Chat & Messaging | `chat` `chat-dots` `chat-fill` `chat-heart` `chat-left` `chat-left-dots` `chat-left-fill` `chat-left-heart` `chat-left-quote` `chat-left-text` `chat-quote` `chat-right` `chat-right-dots` `chat-right-fill` `chat-right-heart` `chat-right-quote` `chat-right-text` `chat-square` `chat-square-dots` `chat-square-fill` `chat-square-heart` `chat-square-quote` `chat-square-text` `chat-text` (+ fill variants) |
112
- | Check & Shapes | `check` `check-all` `check-circle` `check-lg` `check-square` `check2` `check2-all` `check2-circle` `check2-square` |
113
- | Chevrons | `chevron-bar-contract` `chevron-bar-down` `chevron-bar-expand` `chevron-bar-left` `chevron-bar-right` `chevron-bar-up` `chevron-compact-down` `chevron-compact-left` `chevron-compact-right` `chevron-compact-up` `chevron-contract` `chevron-double-down` `chevron-double-left` `chevron-double-right` `chevron-double-up` `chevron-down` `chevron-expand` `chevron-left` `chevron-right` `chevron-up` |
114
- | Clipboard | `clipboard` `clipboard-check` `clipboard-data` `clipboard-fill` `clipboard-heart` `clipboard-minus` `clipboard-plus` `clipboard-pulse` `clipboard-x` `clipboard2` (+ all clipboard2 variants, + fill variants) |
115
- | Clock | `clock` `clock-fill` `clock-history` |
116
- | Cloud & Weather | `cloud` `cloud-arrow-down` `cloud-arrow-up` `cloud-check` `cloud-download` `cloud-drizzle` `cloud-fill` `cloud-fog` `cloud-fog2` `cloud-hail` `cloud-haze` `cloud-haze2` `cloud-lightning` `cloud-lightning-rain` `cloud-minus` `cloud-moon` `cloud-plus` `cloud-rain` `cloud-rain-heavy` `cloud-slash` `cloud-sleet` `cloud-snow` `cloud-sun` `cloud-upload` `clouds` `cloudy` (+ fill variants) |
117
- | Currency | `currency-bitcoin` `currency-dollar` `currency-euro` `currency-exchange` `currency-pound` `currency-rupee` `currency-yen` |
118
- | Database & Device | `database` `database-add` `database-check` `database-dash` `database-down` `database-exclamation` `database-fill` (+ all database-fill-* variants) `device-hdd` `device-ssd` |
119
- | Emoji | `emoji-angry` `emoji-astonished` `emoji-dizzy` `emoji-expressionless` `emoji-frown` `emoji-grimace` `emoji-grin` `emoji-heart-eyes` `emoji-kiss` `emoji-laughing` `emoji-neutral` `emoji-smile` `emoji-smile-upside-down` `emoji-sunglasses` `emoji-surprise` `emoji-tear` `emoji-wink` (+ fill variants) |
120
- | Envelope | `envelope` `envelope-arrow-down` `envelope-arrow-up` `envelope-at` `envelope-check` `envelope-dash` `envelope-exclamation` `envelope-fill` `envelope-heart` `envelope-open` `envelope-open-heart` `envelope-paper` `envelope-paper-heart` `envelope-plus` `envelope-slash` `envelope-x` (+ fill variants) |
121
- | File docs | `file` `file-arrow-down` `file-arrow-up` `file-bar-graph` `file-binary` `file-break` `file-check` `file-code` `file-diff` `file-earmark` (+ all earmark variants) `file-easel` `file-excel` `file-fill` `file-font` `file-image` `file-lock` `file-lock2` `file-medical` `file-minus` `file-music` `file-pdf` `file-person` `file-play` `file-plus` `file-post` `file-ppt` `file-richtext` (+ fill variants) |
122
-
123
- ---
124
-
125
- ## What's New in v2.4.4
126
-
127
- ### ๐ŸŽฏ 400 Essential UI Icons (+100 new)
128
-
129
- 100 more icons โ€” boxes, buildings, browsers, calendars, brightness controls and more.
130
-
131
- ```html
132
- <span class="icon icon-building-fill icon-size-2x" style="color:#6366f1;"></span>
133
- <span class="icon icon-calendar-heart-fill icon-size-xl" style="color:#ec4899;"></span>
134
- <span class="icon icon-briefcase-fill icon-size-xl" style="color:#3b82f6;"></span>
135
- <span class="icon icon-brightness-high-fill icon-size-xl" style="color:#f59e0b;"></span>
136
- <span class="icon icon-bug-fill icon-size-xl" style="color:#ef4444;"></span>
137
- ```
138
-
139
- **New icons (100):**
140
-
141
- | Group | Icons |
142
- |---|---|
143
- | Boxes | `box2-fill` `box2-heart` `box2-heart-fill` `boxes` |
144
- | Dev | `braces` `braces-asterisk` `bricks` `bug` `bug-fill` |
145
- | Work | `briefcase` `briefcase-fill` `bullseye` |
146
- | Display | `brightness-alt-high` `brightness-alt-high-fill` `brightness-alt-low` `brightness-alt-low-fill` `brightness-high` `brightness-high-fill` `brightness-low` `brightness-low-fill` `brilliance` |
147
- | Media | `broadcast` `broadcast-pin` |
148
- | Browsers | `browser-chrome` `browser-edge` `browser-firefox` `browser-safari` |
149
- | Design | `brush` `brush-fill` `bucket` `bucket-fill` |
150
- | Buildings | `building` `building-add` `building-check` `building-dash` `building-down` `building-exclamation` `building-fill` `building-fill-add` `building-fill-check` `building-fill-dash` `building-fill-down` `building-fill-exclamation` `building-fill-gear` `building-fill-lock` `building-fill-slash` `building-fill-up` `building-fill-x` `building-gear` `building-lock` `building-slash` `building-up` `building-x` `buildings` `buildings-fill` |
151
- | Transport | `bus-front` `bus-front-fill` |
152
- | Legal | `c-circle` `c-circle-fill` `c-square` `c-square-fill` |
153
- | Food | `cake` `cake-fill` `cake2` `cake2-fill` |
154
- | Tools | `calculator` `calculator-fill` |
155
- | Calendars | `calendar` `calendar-check` `calendar-check-fill` `calendar-date` `calendar-date-fill` `calendar-day` `calendar-day-fill` `calendar-event` `calendar-event-fill` `calendar-fill` `calendar-heart` `calendar-heart-fill` `calendar-minus` `calendar-minus-fill` `calendar-month` `calendar-month-fill` `calendar-plus` `calendar-plus-fill` `calendar-range` `calendar-range-fill` `calendar-week` `calendar-week-fill` `calendar-x` `calendar-x-fill` `calendar2` `calendar2-check` `calendar2-check-fill` `calendar2-date` `calendar2-date-fill` `calendar2-day` `calendar2-day-fill` `calendar2-event` `calendar2-event-fill` |
156
-
157
- ---
158
-
159
- ## What's New in v2.4.3
160
-
161
- ### ๐ŸŽฏ 300 Essential UI Icons (+100 new)
162
-
163
- 100 more icons added โ€” ban/block, charts, baskets, battery, books, bookmarks, boxes, borders and more.
164
-
165
- ```html
166
- <span class="icon icon-ban-fill icon-size-xl" style="color:#ef4444;"></span>
167
- <span class="icon icon-bar-chart-fill icon-size-2x" style="color:#3b82f6;"></span>
168
- <span class="icon icon-bookmark-heart-fill icon-size-xl" style="color:#ec4899;"></span>
169
- <span class="icon icon-box-arrow-up-right icon-size-lg"></span>
170
- <span class="icon icon-battery-full icon-size-xl" style="color:#22c55e;"></span>
171
- ```
172
-
173
- **New icons (100):**
174
-
175
- | Group | Icons |
176
- |---|---|
177
- | Block / Medical | `ban` `ban-fill` `bandaid` `bandaid-fill` |
178
- | Finance | `bank` `bank2` `bar-chart` `bar-chart-fill` `bar-chart-line` `bar-chart-line-fill` `bar-chart-steps` |
179
- | Shopping | `basket` `basket-fill` `basket2` `basket2-fill` `basket3` `basket3-fill` |
180
- | Device | `battery` `battery-charging` `battery-full` `battery-half` `battery-low` |
181
- | Science / Social | `beaker` `beaker-fill` `behance` `bing` `bluesky` `bluetooth` |
182
- | Notifications | `bell` `bell-fill` `bell-slash` `bell-slash-fill` |
183
- | Design | `bezier` `bezier2` `binoculars` `binoculars-fill` `bounding-box` `bounding-box-circles` |
184
- | Transport | `bicycle` |
185
- | Text | `blockquote-left` `blockquote-right` `body-text` |
186
- | Books | `book` `book-fill` `book-half` `bookmarks` `bookmarks-fill` `bookshelf` |
187
- | Bookmarks | `bookmark` `bookmark-check` `bookmark-check-fill` `bookmark-dash` `bookmark-dash-fill` `bookmark-fill` `bookmark-heart` `bookmark-heart-fill` `bookmark-plus` `bookmark-plus-fill` `bookmark-star` `bookmark-star-fill` `bookmark-x` `bookmark-x-fill` |
188
- | Media | `boombox` `boombox-fill` |
189
- | Framework | `bootstrap` `bootstrap-fill` `bootstrap-reboot` |
190
- | Border | `border` `border-all` `border-bottom` `border-center` `border-inner` `border-left` `border-middle` `border-outer` `border-right` `border-style` `border-top` `border-width` |
191
- | Boxes | `box` `box-arrow-down` `box-arrow-down-left` `box-arrow-down-right` `box-arrow-in-down` `box-arrow-in-down-left` `box-arrow-in-down-right` `box-arrow-in-left` `box-arrow-in-right` `box-arrow-in-up` `box-arrow-in-up-left` `box-arrow-in-up-right` `box-arrow-left` `box-arrow-right` `box-arrow-up` `box-arrow-up-left` `box-arrow-up-right` `box-fill` `box-seam` `box-seam-fill` `box2` |
192
-
193
- ---
194
-
195
- ## What's New in v2.4.2
196
-
197
- ### ๐ŸŽฏ 200 Essential UI Icons (+100 new)
198
-
199
- Another 100 icons added to the **Essential UI** category โ€” arrows (all directions, variants), aspect ratio, badges, bags, balloons, backpacks and more.
200
-
201
- ```html
202
- <span class="icon icon-arrow-repeat icon-size-xl" style="color:#3b82f6;"></span>
203
- <span class="icon icon-arrows-fullscreen icon-size-lg"></span>
204
- <span class="icon icon-bag-heart-fill icon-size-2x" style="color:#ef4444;"></span>
205
- <span class="icon icon-award-fill icon-size-2x" style="color:#f59e0b;"></span>
206
- <span class="icon icon-balloon-heart icon-size-xl" style="color:#ec4899;"></span>
207
- ```
208
-
209
- **New icons (100):**
210
-
211
- | Group | Icons |
212
- |---|---|
213
- | Arrows (more) | `arrow-left-right` `arrow-left-short` `arrow-left-square` `arrow-left-square-fill` `arrow-repeat` `arrow-return-left` `arrow-return-right` `arrow-right` `arrow-right-circle` `arrow-right-circle-fill` `arrow-right-short` `arrow-right-square` `arrow-right-square-fill` `arrow-through-heart` `arrow-through-heart-fill` `arrow-up` `arrow-up-circle` `arrow-up-circle-fill` `arrow-up-left` `arrow-up-left-circle` `arrow-up-left-circle-fill` `arrow-up-left-square` `arrow-up-left-square-fill` `arrow-up-right` `arrow-up-right-circle` `arrow-up-right-circle-fill` `arrow-up-right-square` `arrow-up-right-square-fill` `arrow-up-short` `arrow-up-square` `arrow-up-square-fill` |
214
- | Arrows (set) | `arrows` `arrows-angle-contract` `arrows-angle-expand` `arrows-collapse` `arrows-collapse-vertical` `arrows-expand` `arrows-expand-vertical` `arrows-fullscreen` `arrows-move` `arrows-vertical` |
215
- | UI | `aspect-ratio` `aspect-ratio-fill` `asterisk` `at` `award` `award-fill` `back` `backspace` `backspace-fill` `backspace-reverse` `backspace-reverse-fill` |
216
- | Bags & Packs | `backpack` `backpack-fill` `backpack2` `backpack2-fill` `backpack3` `backpack3-fill` `backpack4` `backpack4-fill` `bag` `bag-check` `bag-check-fill` `bag-dash` `bag-dash-fill` `bag-fill` `bag-heart` `bag-heart-fill` `bag-plus` `bag-plus-fill` `bag-x` `bag-x-fill` |
217
- | Badges | `badge-3d` `badge-3d-fill` `badge-4k` `badge-4k-fill` `badge-8k` `badge-8k-fill` `badge-ad` `badge-ad-fill` `badge-ar` `badge-ar-fill` `badge-cc` `badge-cc-fill` `badge-hd` `badge-hd-fill` `badge-sd` `badge-sd-fill` `badge-tm` `badge-tm-fill` `badge-vo` `badge-vo-fill` `badge-vr` `badge-vr-fill` `badge-wc` `badge-wc-fill` |
218
- | Fun | `balloon` `balloon-fill` `balloon-heart` `balloon-heart-fill` |
219
-
220
- ---
221
-
222
- ## What's New in v2.4.1
223
-
224
- ### ๐ŸŽฏ 100 Essential UI Icons
225
-
226
- New category โ€” **Essential UI** โ€” adds 100 carefully selected icons to `santy-icons.css`. Use them with the same `.icon` system.
227
-
228
- ```html
229
- <link rel="stylesheet" href="santy-icons.css">
230
-
231
- <!-- Number badges -->
232
- <span class="icon icon-0-circle"></span>
233
- <span class="icon icon-5-circle-fill icon-size-lg" style="color:#3b82f6;"></span>
234
-
235
- <!-- Arrows -->
236
- <span class="icon icon-arrow-down"></span>
237
- <span class="icon icon-arrow-clockwise icon-size-xl" style="color:#22c55e;"></span>
238
-
239
- <!-- UI chrome -->
240
- <span class="icon icon-activity"></span>
241
- <span class="icon icon-alarm icon-size-2x" style="color:#ef4444;"></span>
242
- <span class="icon icon-archive-fill"></span>
243
- ```
244
-
245
- **Full icon list (100):**
246
-
247
- | Group | Icons |
248
- |---|---|
249
- | Numbers | `0-circle` `0-circle-fill` `0-square` `0-square-fill` `1-circle` `1-circle-fill` `1-square` `1-square-fill` `123` `2-circle` `2-circle-fill` `2-square` `2-square-fill` `3-circle` `3-circle-fill` `3-square` `3-square-fill` `4-circle` `4-circle-fill` `4-square` `4-square-fill` `5-circle` `5-circle-fill` `5-square` `5-square-fill` `6-circle` `6-circle-fill` `6-square` `6-square-fill` `7-circle` `7-circle-fill` `7-square` `7-square-fill` `8-circle` `8-circle-fill` `8-square` `8-square-fill` `9-circle` `9-circle-fill` `9-square` `9-square-fill` |
250
- | Activity & Travel | `activity` `airplane` `airplane-engines` `airplane-engines-fill` `airplane-fill` `alarm` `alarm-fill` |
251
- | Brands | `alexa` `alipay` `amazon` `amd` `android` `android2` `anthropic` `apple` `apple-music` `app` `app-indicator` |
252
- | Alignment | `align-bottom` `align-center` `align-end` `align-middle` `align-start` `align-top` |
253
- | Text | `alphabet` `alphabet-uppercase` `alt` |
254
- | Files | `archive` `archive-fill` |
255
- | Arrows | `arrow-90deg-down` `arrow-90deg-left` `arrow-90deg-right` `arrow-90deg-up` `arrow-bar-down` `arrow-bar-left` `arrow-bar-right` `arrow-bar-up` `arrow-clockwise` `arrow-counterclockwise` `arrow-down` `arrow-down-circle` `arrow-down-circle-fill` `arrow-down-left` `arrow-down-left-circle` `arrow-down-left-circle-fill` `arrow-down-left-square` `arrow-down-left-square-fill` `arrow-down-right` `arrow-down-right-circle` `arrow-down-right-circle-fill` `arrow-down-right-square` `arrow-down-right-square-fill` `arrow-down-short` `arrow-down-square` `arrow-down-square-fill` `arrow-down-up` `arrow-left` `arrow-left-circle` `arrow-left-circle-fill` |
256
-
257
- > ๐ŸŽจ **[Icon Browser](https://santycss.santy.in/icons.html)** โ€” filter by "Essential UI" to browse all 100
258
-
259
- ---
260
-
261
- ## What's New in v2.4.0
262
-
263
- ### โšก Migrate from Tailwind in One Command
264
-
265
- Already using Tailwind CSS? Switch your entire project โ€” HTML, JSX, TSX, Vue, Svelte โ€” without rewriting a single file:
266
-
267
- ```bash
268
- npx santycss migrate --input=src/
269
- ```
270
-
271
- **Options:**
272
- ```bash
273
- npx santycss migrate --input=src/ # convert all files in src/
274
- npx santycss migrate --file=index.html # single file
275
- npx santycss migrate --dry-run # preview only, no writes
276
- npx santycss migrate --dry-run --report # also list unmapped classes
277
- ```
278
-
279
- **What gets converted:**
280
-
281
- | Tailwind | SantyCSS |
282
- |---|---|
283
- | `flex items-center gap-4` | `make-flex align-center gap-16` |
284
- | `p-6 mt-4 mb-8` | `add-padding-24 add-margin-top-16 add-margin-bottom-32` |
285
- | `text-lg font-semibold` | `set-text-18 text-semibold` |
286
- | `bg-blue-500 text-white rounded-lg shadow-md` | `background-blue-500 color-white make-rounded-lg add-shadow-md` |
287
- | `hidden md:block` | `make-hidden tablet:make-block` |
288
- | `grid grid-cols-3 gap-6` | `make-grid grid-cols-3 gap-24` |
289
-
290
- Covers 150+ Tailwind class names across flex/grid, spacing, typography, colors, borders, shadows, overflow, position, z-index, transitions, and more.
291
-
292
- ---
293
-
294
- ### ๐ŸŒ™ Dark Mode Semantic Token System
295
-
296
- New CSS-variable token layer โ€” add `data-theme="dark"` to any element and every utility class adapts automatically. No duplicate classes, no `dark:` prefixes for common patterns:
297
-
298
- ```html
299
- <!-- Dark theme -->
300
- <html data-theme="dark">
301
-
302
- <!-- Follow OS preference -->
303
- <html class="theme-auto">
304
-
305
- <!-- Semantic utility classes โ€” adapt in both themes -->
306
- <div class="bg-surface text-base">
307
- <p class="text-muted">Subtitle</p>
308
- <span class="text-accent">Highlight</span>
309
- <hr class="border-base">
310
- </div>
311
- ```
312
-
313
- **New semantic token classes:**
314
-
315
- | Class | Light | Dark |
316
- |---|---|---|
317
- | `bg-base` | `#ffffff` | `#0f172a` |
318
- | `bg-subtle` | `#f9fafb` | `#1e293b` |
319
- | `bg-surface` | `#ffffff` | `#1e293b` |
320
- | `bg-elevated` | `#ffffff` | `#334155` |
321
- | `text-base` | `#111827` | `#f1f5f9` |
322
- | `text-muted` | `#6b7280` | `#94a3b8` |
323
- | `text-subtle` | `#9ca3af` | `#64748b` |
324
- | `text-accent` | `#3b82f6` | `#60a5fa` |
325
- | `bg-accent` | `#3b82f6` | `#60a5fa` |
326
- | `bg-accent-light` | `rgba(59,130,246,.12)` | `rgba(96,165,250,.15)` |
327
- | `border-base` | `#e5e7eb` | `#334155` |
328
- | `border-strong` | `#d1d5db` | `#475569` |
329
-
330
- **Override tokens in your own CSS:**
331
- ```css
332
- :root {
333
- --santy-accent: #7c3aed; /* brand purple */
334
- --santy-accent-light: rgba(124,58,237,.12);
335
- }
336
- [data-theme="dark"] {
337
- --santy-accent: #a78bfa;
338
- }
339
- ```
340
-
341
- ---
342
-
343
- ### ๐Ÿค– AI-First โ€” Why SantyCSS is Better for AI
344
-
345
- SantyCSS class names **are** the documentation. `add-bg-blue make-rounded` tells an LLM exactly what it's doing. `bg-blue-500 rounded-lg` requires a lookup table.
346
-
347
- ```
348
- Tailwind: bg-blue-500 rounded-lg shadow-md p-6 text-white font-semibold
349
- SantyCSS: background-blue-500 make-rounded-lg add-shadow-md add-padding-24 color-white text-semibold
350
- ```
351
-
352
- The SantyCSS version is self-documenting โ€” any developer (or AI) reading it knows exactly what CSS is applied. No docs needed.
353
-
354
- **Use the context file** โ€” paste `santycss.context.md` into Claude, GPT-4, or Cursor's system prompt:
355
- ```
356
- Paste santycss.context.md โ†’ AI writes SantyCSS instead of Tailwind, every time
357
- ```
358
-
359
- ---
360
-
361
- ## What's New in v2.0
362
-
363
- ### ๐Ÿฆ‡ Creature Animations โ€” Premium Free
364
-
365
- 10 hand-crafted creature animations included free in v2.0. No extra import, no paywall โ€” just add the class.
366
-
367
- | Class | Creature | Description |
368
- |---|---|---|
369
- | `animate-bat-fly` | ๐Ÿฆ‡ Bat | Flies across screen with arcing path |
370
- | `animate-bat-wings` | ๐Ÿฆ‡ Bat wings | Wing flap loop (combine with `animate-bat-fly`) |
371
- | `animate-butterfly` | ๐Ÿฆ‹ Butterfly | Wing flap using scaleX |
372
- | `animate-butterfly-drift` | ๐Ÿฆ‹ Butterfly drift | Drifts through the air while flapping |
373
- | `animate-firefly` | ๐ŸŒŸ Firefly | Erratic glowing float |
374
- | `animate-firefly-glow` | โœจ Firefly glow | Pulsing yellow glow effect |
375
- | `animate-spider-drop` | ๐Ÿ•ท๏ธ Spider | Descends on thread and ascends |
376
- | `animate-spider-swing` | ๐Ÿ•ท๏ธ Spider swing | Pendulum swing on thread |
377
- | `animate-fish-swim` | ๐ŸŸ Fish | Swims with tail-wave body motion |
378
- | `animate-jellyfish` | ๐ŸŽ Jellyfish | Pulsing bell contraction + float |
379
- | `animate-jellyfish-tendrils` | ๐ŸŽ Tendrils | Trailing tendril sway |
380
- | `animate-bird-flock` | ๐Ÿฆ Bird | Soaring arc with rotation |
381
- | `animate-bird-flock-2` / `animate-bird-flock-3` | ๐Ÿฆ๐Ÿฆ Flock | Staggered offsets for formation effect |
382
- | `animate-bee-hover` | ๐Ÿ Bee | Hovering with natural drift |
383
- | `animate-bee-buzz` | ๐Ÿ Buzz | Rapid wing-buzz shake |
384
- | `animate-snake-slither` | ๐Ÿ Snake | Sinusoidal slithering path |
385
- | `animate-dragon-fire` | ๐Ÿ”ฅ Dragon fire | Fire burst expanding and fading |
386
- | `animate-fire-flicker` | ๐Ÿ”ฅ Flicker | Rapid flame flicker |
387
-
388
- ```html
389
- <!-- Bat flying across -->
390
- <span class="animate-bat-fly animate-bat-wings">๐Ÿฆ‡</span>
391
-
392
- <!-- Butterfly flapping and drifting -->
393
- <span class="animate-butterfly animate-butterfly-drift">๐Ÿฆ‹</span>
394
-
395
- <!-- Firefly with glow -->
396
- <span class="animate-firefly animate-firefly-glow">โœจ</span>
397
-
398
- <!-- Bird flock formation (3 birds) -->
399
- <span class="animate-bird-flock">๐Ÿฆ</span>
400
- <span class="animate-bird-flock-2">๐Ÿฆ</span>
401
- <span class="animate-bird-flock-3">๐Ÿฆ</span>
402
-
403
- <!-- Dragon fire breath -->
404
- <span class="animate-dragon-fire animate-fire-flicker">๐Ÿ”ฅ</span>
405
- ```
406
-
407
- > ๐ŸŽฌ **[See all creature animations live โ†’](https://santycss.santy.in/animations.html#creature-animations)**
408
-
409
- ---
410
-
411
- ## What's New in v1.9
412
-
413
- ### ๐ŸŒŠ Scroll & Scrollbar Utilities
414
-
415
- | Class | Description |
416
- |---|---|
417
- | `scroll-smooth` | `scroll-behavior: smooth` |
418
- | `scroll-auto` | `scroll-behavior: auto` |
419
- | `scrollbar-thin` | Narrow scrollbar (webkit + standard) |
420
- | `scrollbar-dark` | Dark-themed scrollbar |
421
- | `scrollbar-hidden` | Hide scrollbar, keep scroll functionality |
422
-
423
- ### ๐ŸชŸ Glass Morphism
424
-
425
- | Class | Description |
426
- |---|---|
427
- | `glass` | Frosted glass effect (blur + semi-transparent white) |
428
- | `glass-dark` | Dark frosted glass |
429
- | `glass-light` | Light frosted glass |
430
-
431
- ### ๐ŸŒˆ Radial Gradients
432
-
433
- ```html
434
- <div class="gradient-radial-blue-purple">...</div>
435
- <div class="gradient-radial-pink-orange">...</div>
436
- ```
437
-
438
- All `gradient-radial-*` utilities use CSS `radial-gradient()` matching the existing linear gradient palette.
439
-
440
- ### ๐ŸŽฌ New Animation Utilities
441
-
442
- | Class | Description |
443
- |---|---|
444
- | `animate-spin-slow` | Slow clockwise rotation |
445
- | `animate-spin-fast` | Fast clockwise rotation |
446
- | `animate-spin-cw` | Explicit clockwise spin |
447
- | `animate-spin-ccw` | Counter-clockwise spin |
448
- | `animate-spin-xslow` | Very slow rotation |
449
- | `animate-pulse-dot` | Pulsing dot indicator |
450
- | `skill-bar-animated` | Animated skill/progress bar fill |
451
-
452
- ```html
453
- <!-- Pulsing status indicator -->
454
- <span class="animate-pulse-dot background-green-500"></span>
455
-
456
- <!-- Animated skill bar -->
457
- <div class="skill-bar-animated" style="--skill-width: 80%"></div>
458
-
459
- <!-- Counter-clockwise spinner -->
460
- <div class="animate-spin-ccw">โ†บ</div>
461
- ```
462
-
463
- ---
464
-
465
- ## What's New in v1.8
466
-
467
- ### ๐ŸŽจ SantyCSS Inspector โ€” Figma Plugin
468
-
469
- Inspect any Figma layer and get the exact SantyCSS classes in one click.
470
-
471
- **Download / Install:**
472
-
473
- > ๐ŸŒ **[Download from santycss.santy.in/docs.html](https://santycss.santy.in/docs.html#figma-plugin)** โ€” full setup guide and one-click download
474
-
475
- **Local development install:**
476
- 1. Clone this repo โ€” the plugin lives in `figma-plugin-santycss/`
477
- 2. Open **Figma Desktop** โ†’ Plugins โ†’ Development โ†’ **Import plugin from manifest**
478
- 3. Select `figma-plugin-santycss/manifest.json`
479
- 4. Select any frame/text layer โ†’ run **SantyCSS Inspector**
480
-
481
- **What it detects:**
482
-
483
- | Figma property | SantyCSS output |
484
- |---|---|
485
- | Auto-layout (horizontal) | `make-flex flex-row` |
486
- | Auto-layout (vertical) | `make-flex flex-column` |
487
- | Alignment | `justify-center`, `align-center`, `justify-between` |
488
- | Gap | `gap-16`, `gap-24` |
489
- | Padding | `add-padding-24`, `add-padding-x-16 add-padding-y-8` |
490
- | Width / Height | `set-width-320`, `set-width-full`, `set-height-fit` |
491
- | Corner radius | `round-corners-8`, `make-pill` |
492
- | Stroke | `add-border-1`, `border-color-blue-500` |
493
- | Fill / background | `background-blue-500` (nearest of 200 palette colors) |
494
- | Text color | `color-gray-900` |
495
- | Font size | `set-text-16` |
496
- | Font weight | `text-bold`, `text-semibold` |
497
- | Text align | `text-center`, `text-right` |
498
- | Drop shadow | `add-shadow-sm` / `add-shadow-lg` |
499
- | Opacity | `opacity-50` |
500
- | Clips content | `overflow-hidden` |
501
-
502
- **Plugin UI:**
503
- - Grouped classes (Layout / Spacing / Size / Typography / Color / Border / Effects)
504
- - Click any chip to copy that class
505
- - **Copy All** button โ€” copies all classes as one string
506
- - Dark mode โ€” follows Figma's theme automatically
507
-
508
- ---
509
-
510
- ## What's New in v1.7
511
-
512
- ### โ™ฟ Accessibility Utilities
513
-
514
- | Class | What it does |
515
- |---|---|
516
- | `.skip-to-content` | Skip-nav link โ€” visible on focus, hidden otherwise |
517
- | `.focus-trap` | Container for modal/drawer focus trapping |
518
- | `.aria-live-polite` / `.aria-live-assertive` | Visually hidden ARIA live regions |
519
- | `.screen-reader-only` | Visually hide but keep accessible |
520
- | `.focus-ring` / `.focus-ring-white` | Consistent focus outline utilities |
521
- | `.focus-visible-ring` | Focus ring only on keyboard navigation |
522
- | `.motion-safe-animate` | Disables animation when OS reduces motion |
523
- | `.high-contrast-border/bg/outline` | `forced-colors` media query support |
524
-
525
- ### ๐ŸŒ Internationalisation (i18n)
526
-
527
- | Class | What it does |
528
- |---|---|
529
- | `.add-padding-block-{n}` / `.add-padding-inline-{n}` | Logical padding (direction-aware) |
530
- | `.add-margin-block-{n}` / `.add-margin-inline-{n}` | Logical margin |
531
- | `.pin-block-start-0` / `.pin-inline-start-0` | Logical positioning |
532
- | `.border-block-start` / `.border-inline-start` | Logical borders |
533
- | `.make-text-vertical` | `writing-mode: vertical-rl` โ€” for CJK/Japanese |
534
- | `.make-text-vertical-up` | `writing-mode: vertical-lr` |
535
- | `.text-orientation-mixed` / `.text-orientation-upright` | Text orientation control |
536
- | `.text-direction-ltr` / `.text-direction-rtl` | Explicit `direction` control |
537
-
538
- ### ๐Ÿ“ฑ Mobile-First Components
539
-
540
- | Class | What it does |
541
- |---|---|
542
- | `.bottom-sheet` + `.open` | Slide-up panel from bottom (with safe-area support) |
543
- | `.bottom-sheet-handle` / `.bottom-sheet-body` / `.bottom-sheet-footer` | Bottom sheet parts |
544
- | `.bottom-sheet-overlay` + `.visible` | Semi-transparent backdrop |
545
- | `.swipe-carousel` + `.swipe-carousel-item` | Touch-friendly horizontal scroll carousel |
546
- | `.swipe-carousel-full` / `.peek` / `.multi` | Carousel layout variants |
547
- | `.swipe-carousel-dot` + `.active` | Progress dots |
548
- | `.pull-to-refresh` + `.pulling` / `.refreshing` | Pull-to-refresh indicator |
549
- | `.padding-safe-top/bottom/left/right/all` | `env(safe-area-inset-*)` padding |
550
-
551
- ### ๐Ÿ—“ New Components
552
-
553
- | Class | What it does |
554
- |---|---|
555
- | `.command-palette-wrap` + `.open` | VS Code-style Ctrl+K command palette overlay |
556
- | `.command-palette-input` / `.command-palette-item` | Command palette parts |
557
- | `.date-picker` / `.date-picker-grid` / `.date-picker-day` | Full calendar date picker |
558
- | `.date-picker-day.today` / `.selected` / `.in-range` | Day state modifiers |
559
-
560
- ### ๐ŸŽจ Figma Plugin
561
-
562
- The **SantyCSS Figma Plugin** is live โ€” inspect Figma designs and get the exact SantyCSS classes that match. See [What's New in v1.8](#-santycss-inspector--figma-plugin) above for full details and the download link.
563
-
564
- ---
565
-
566
- ## What's New in v1.4
567
-
568
- ### ๐Ÿงฉ VS Code IntelliSense Extension
569
-
570
- **SantyCSS IntelliSense** is now available as a VS Code extension โ€” similar to Tailwind CSS IntelliSense.
571
-
572
- - **Autocomplete** โ€” type inside `class=""` or `className=""` and get instant suggestions for all 8,500+ SantyCSS classes
573
- - **Hover docs** โ€” hover any class to see the CSS it generates
574
- - **Works in** HTML, JSX, TSX, Vue, Svelte, PHP, ERB
575
- - **Toggle command** โ€” `SantyCSS: Toggle IntelliSense` in the Command Palette
576
-
577
- Install: search **SantyCSS IntelliSense** in the Extensions panel.
578
-
579
- ---
580
-
581
- ## What's New in v1.3
582
-
583
- ### ๐ŸŽจ 70+ SVG Icons (new: Business & Finance)
584
-
585
- SantyCSS now ships **two icon systems** in `santy-icons.css`:
586
-
587
- **Brand Icons** (35) โ€” `.brand-icon` + `.brand-icon-{name}`
588
- Social media, developer tools, platforms & payment services.
589
-
590
- **Business & Finance Icons** (35) โ€” `.icon` + `.icon-{name}`
591
- 35 utility icons sourced from Font Awesome 6 Free (CC BY 4.0):
592
-
593
- | Category | Icons |
594
- |---|---|
595
- | Charts | `chart-bar` ยท `chart-column` ยท `chart-line` ยท `chart-pie` ยท `chart-area` ยท `chart-simple` |
596
- | Money | `dollar-sign` ยท `euro-sign` ยท `coins` ยท `money-bill` ยท `money-bill-wave` ยท `sack-dollar` ยท `percent` |
597
- | Business | `briefcase` ยท `handshake` ยท `building` ยท `building-columns` ยท `landmark` ยท `store` ยท `hotel` |
598
- | Documents | `file-invoice` ยท `file-invoice-dollar` ยท `receipt` ยท `credit-card` ยท `wallet` |
599
- | Commerce | `tag` ยท `tags` ยท `cash-register` ยท `calculator` ยท `piggy-bank` ยท `scale-balanced` |
600
- | Trends | `arrow-trend-up` ยท `arrow-trend-down` ยท `hand-holding-dollar` ยท `house` |
601
-
602
- ```html
603
- <!-- Include the icon stylesheet -->
604
- <link rel="stylesheet" href="santy-icons.css">
605
-
606
- <!-- Brand icon (social/dev) -->
607
- <span class="brand-icon brand-icon-github"></span>
608
- <span class="brand-icon brand-icon-react brand-icon-color-react brand-icon-xl"></span>
609
-
610
- <!-- Business & Finance icon -->
611
- <span class="icon icon-briefcase"></span>
612
- <span class="icon icon-dollar-sign icon-xl" style="color:#16a34a;"></span>
613
- <span class="icon icon-chart-line icon-32"></span>
614
- ```
615
-
616
- **Size modifiers** (same for both systems):
617
- ```
618
- .icon-xs .icon-sm .icon-md .icon-lg .icon-xl
619
- .icon-2x .icon-3x .icon-4x .icon-5x .icon-6x
620
- .icon-16 .icon-24 .icon-32 .icon-48 .icon-64
621
- ```
622
-
623
- **Animations:**
624
- ```html
625
- <span class="icon icon-coins icon-spin icon-xl" style="color:#f59e0b;"></span>
626
- ```
627
-
628
- > ๐ŸŽจ **[Icon Browser](https://santycss.santy.in/icons.html)** โ€” search, filter, and copy-click any icon
629
-
630
- ---
631
-
632
- ## What's New in v1.2
633
-
634
- ### ๐ŸŽฌ 120+ Animations (was 70+)
635
-
636
- **Scroll-Triggered** โ€” elements animate when they enter the viewport:
637
- ```html
638
- <div class="animate-on-scroll-slide-up scroll-reveal-delay-200">Reveals on scroll</div>
639
- <!-- Add IntersectionObserver once in your JS -->
640
- ```
641
-
642
- **Hover-Triggered** โ€” full animations on mouse-over, not just transforms:
643
- ```html
644
- <button class="make-button style-primary on-hover:animate-rubber-band">Hover me</button>
645
- <div class="animate-text-gradient-flow set-text-32 text-bold">Gradient Flow</div>
646
- ```
647
-
648
- **Text Animations:**
649
- ```html
650
- <h1 class="animate-typewriter">Hello, World!</h1>
651
- <h2 class="animate-text-glitch">Glitch</h2>
652
- <p class="animate-text-neon-pulse color-blue-400">Neon Pulse</p>
653
- ```
654
-
655
- **Staggered Entrances** โ€” children animate in sequence:
656
- ```html
657
- <ul class="animate-stagger-slide-up animate-stagger-children-100">
658
- <li>Item 1</li> <!-- 0ms delay -->
659
- <li>Item 2</li> <!-- 100ms delay -->
660
- <li>Item 3</li> <!-- 200ms delay -->
661
- </ul>
662
- ```
663
-
664
- **3D Animations:**
665
- ```html
666
- <div class="animate-flip-3d-y">Card flip</div>
667
- <div class="animate-morph-blob" style="width:80px;height:80px;background:#6366f1;"></div>
668
- <div class="animate-border-spin">Spinning border</div>
669
- ```
670
-
671
- **UI Feedback Animations** โ€” paired with components:
672
- ```html
673
- <div class="animate-toast-in">Toast notification</div>
674
- <div class="animate-modal-in">Modal dialog</div>
675
- <div class="animate-error-shake">Form error</div>
676
- ```
677
-
678
- **New helper classes:**
679
- ```
680
- animation-ease-bounce animation-ease-elastic animation-ease-spring
681
- animation-direction-reverse animation-direction-alternate
682
- animation-pause-on-hover animation-delay-750 animation-delay-1500
683
- animation-delay-2500 animation-speed-ultra-fast
684
- ```
685
-
686
- ---
687
-
688
- ### ๐Ÿงฉ Component Variant System (`make-*`)
689
-
690
- Replaces the old `btn btn-primary` pattern with a composable modifier system:
691
-
692
- ```html
693
- <!-- Old way -->
694
- <button class="btn btn-success btn-lg">Old</button>
695
-
696
- <!-- New way -->
697
- <button class="make-button style-success size-large shape-pill">New</button>
698
- <button class="make-button style-danger size-small shape-rounded">Delete</button>
699
- <div class="make-card style-elevated">
700
- <div class="card-body">...</div>
701
- </div>
702
- <span class="make-badge style-success">Active</span>
703
- <div class="make-alert style-warning">Watch out</div>
704
- ```
705
-
706
- **All components:** `make-button` ยท `make-card` ยท `make-badge` ยท `make-alert` ยท `make-input` ยท `make-avatar` ยท `make-spinner` ยท `make-skeleton` ยท `make-progress` ยท `make-navbar` ยท `make-tooltip` ยท `make-modal` ยท `make-drawer` ยท `make-accordion` ยท `make-dropdown`
707
-
708
- **Style modifiers:** `style-primary` ยท `style-secondary` ยท `style-success` ยท `style-danger` ยท `style-warning` ยท `style-info` ยท `style-outline` ยท `style-ghost` ยท `style-dark` ยท `style-flat` ยท `style-elevated` ยท `style-bordered`
709
-
710
- **Size modifiers:** `size-small` ยท `size-large` ยท `size-xl` ยท `size-full`
711
-
712
- **Shape modifiers:** `shape-pill` ยท `shape-rounded` ยท `shape-square`
713
-
714
- ---
715
-
716
- ### ๐ŸŒ 20 Modern CSS Utility Groups
717
-
718
- | Group | Classes |
719
- |---|---|
720
- | Container Queries | `container-query`, `cq-sm:make-flex`, `cq-md:grid-cols-3` |
721
- | Scroll & Snap | `scroll-smooth`, `scroll-snap-x`, `scroll-snap-center`, `overscroll-contain` |
722
- | Logical Properties | `add-padding-inline-{n}`, `ps-{n}`, `pe-{n}`, `ms-auto`, `text-start`, `text-end` |
723
- | Fluid Typography | `text-fluid-sm` through `text-fluid-hero` (CSS `clamp()`) |
724
- | Clip Path | `clip-circle`, `clip-hexagon`, `clip-diamond`, `clip-star`, `clip-arrow-right` |
725
- | Gradients | `gradient-radial-from-center`, `gradient-conic`, `text-gradient-blue-to-purple` |
726
- | Advanced Grid | `grid-auto-fit-min-200`, `masonry-cols-3`, `grid-area-header/sidebar/main/footer` |
727
- | Advanced Typography | `text-balance`, `text-pretty`, `text-clamp-1/2/3`, `drop-cap`, `font-tabular-nums` |
728
- | Cursor Utilities | 30 cursor types including `cursor-cell`, `cursor-copy`, `cursor-resize-ns` |
729
- | Dynamic Viewport | `set-height-dvh`, `set-height-svh`, `set-height-lvh`, `set-min-height-dvh` |
730
- | Color Mix / Opacity | `background-blue-500/50`, `background-white/75`, `background-mix-blue-red-50` |
731
- | Semantic Z-index | `z-modal: 400`, `z-tooltip: 600`, `z-toast: 700`, `isolate` |
732
- | View Transitions | `view-transition-fade`, `view-transition-slide` (View Transitions API) |
733
- | Size Utilities | `set-size-16` through `set-size-200`, `set-size-full/screen/fit` |
734
- | Print Utilities | `print-hidden`, `print-only`, `print-break-before`, `print-show-links` |
735
- | Subgrid | `grid-cols-subgrid`, `span-col-subgrid-3` |
736
- | Math / Calc | `set-width-calc-100-minus-64`, `set-height-calc-screen-minus-80`, `set-max-width-readable` |
737
- | Pointer / Touch | `touch-none`, `touch-pan-x`, `touch-manipulation`, `will-change-transform` |
738
- | @layer | `@layer santy-base, santy-utilities, santy-components, santy-overrides` |
739
- | 3D Transform | `perspective-*`, `rotate-3d`, `transform-origin-*` (extended) |
740
-
741
- ---
742
-
743
- ### ๐Ÿค– Built for the AI Era
744
-
745
- SantyCSS ships a **context file** (`santycss.context.md`) โ€” paste it into Claude, GPT-4, or Cursor's system prompt and the AI generates SantyCSS instead of Tailwind, every time:
746
-
747
- ```
748
- Paste santycss.context.md โ†’ AI writes SantyCSS instead of Tailwind
749
- ```
750
-
751
- The **built-in AI Generator** converts plain English โ†’ SantyCSS classes in the browser (no API key):
752
-
753
- > "a centered flex container with green background and white text and gap"
754
- > โ†’ `make-flex align-center justify-center background-green-500 color-white gap-16`
755
-
756
- ---
757
-
758
- ## Webflow
759
-
760
- Use SantyCSS on **[Webflow](https://webflow.com/)** without a build step: add the CDN `<link>` in **Project settings โ†’ Custom Code โ†’ Head**, then enter utility classes in the **Style โ†’ Selector** field on any element.
761
-
762
- - **[Webflow guide + copy-paste snippets + sidebar class index](https://santycss.santy.in/webflow.html)** โ€” head/footer code, optional split bundles, scroll-animation helper, design tokens.
763
-
764
- ---
765
-
766
- ## Installation
767
-
768
- ```bash
769
- npm install santycss
770
- ```
771
-
772
- **CDN โ€” drop in and go (recommended for beginners):**
773
- ```html
774
- <!-- Base utilities + components, no extended variants/animations -->
775
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-start.css">
776
- ```
777
-
778
- **CDN โ€” full responsive coverage:**
779
- ```html
780
- <!-- Core utilities (slimmed) -->
781
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-core.css">
782
- <!-- xl:, xxl:, on-wide:, peer-*, group-*, print:, motion-*, RTL -->
783
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-variants.css">
784
- ```
785
-
786
- **CDN โ€” PostCSS/Vite purge workflow (teams):**
787
- ```html
788
- <!-- Full bundle โ€” purge down to ~15KB with PostCSS/Vite -->
789
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy.min.css">
790
- ```
791
-
792
- **Import in JS/TS (React, Vue, Next, Nuxt, Vite):**
793
- ```js
794
- import 'santycss/css/start'; // drop-in: base utilities + components
795
- import 'santycss/css/core'; // utilities only (slimmed, no extended variants)
796
- import 'santycss/css/variants'; // xl:, peer-*, group-*, print:, motion-*, RTL
797
- import 'santycss/css'; // full bundle
798
- import 'santycss/css/components'; // component shortcuts
799
- import 'santycss/css/animations'; // animations only
800
- import 'santycss/css/email'; // email-safe CSS
801
- ```
802
-
803
- **PostCSS:**
804
- ```js
805
- // postcss.config.js
806
- module.exports = {
807
- plugins: [require('santycss/postcss')]
808
- };
809
- ```
810
-
811
- **Vite plugin:**
812
- ```js
813
- // vite.config.js
814
- import santyCSS from 'santycss/vite';
815
- export default { plugins: [santyCSS()] };
816
- ```
817
-
818
- ---
819
-
820
- ## Core Naming Conventions
821
-
822
- | Pattern | Example | Meaning |
823
- |---|---|---|
824
- | `add-{prop}-{n}` | `add-padding-24` | Additive โ€” border, padding, margin, shadow |
825
- | `make-{val}` | `make-flex`, `make-circle` | Display / behaviour |
826
- | `set-{prop}-{val}` | `set-text-24`, `set-width-320` | Dimension / size setter |
827
- | `pin-{side}-{n}` | `pin-top-0`, `pin-center` | Absolute / fixed positioning |
828
- | `on-hover:{class}` | `on-hover:scale-110` | State / responsive prefix |
829
- | `md:{class}` | `md:grid-cols-3` | Responsive breakpoint |
830
- | `make-button style-* size-* shape-*` | `make-button style-success size-large shape-pill` | Component variant system |
831
-
832
- ---
833
-
834
- ## Quick Examples
835
-
836
- **Responsive hero:**
837
- ```html
838
- <section class="make-flex flex-column align-center justify-center text-center add-padding-y-80 background-gray-50">
839
- <h1 class="set-text-56 text-bold color-gray-900 add-margin-bottom-16 md:set-text-40 on-mobile:set-text-32">
840
- Build faster
841
- </h1>
842
- <p class="set-text-20 color-gray-500 line-height-relaxed add-margin-bottom-32">
843
- Plain-English CSS that reads like you wrote it.
844
- </p>
845
- <a href="#" class="make-button style-primary size-large shape-pill on-hover:scale-105 transition-all">
846
- Get started โ†’
847
- </a>
848
- </section>
849
- ```
850
-
851
- **Card with hover effect:**
852
- ```html
853
- <div class="make-card style-bordered add-border-left-4 border-color-blue-500 on-hover:scale-105 transition-all cursor-pointer add-padding-28 add-shadow-md round-corners-16">
854
- <h3 class="set-text-20 text-bold color-gray-900 add-margin-bottom-8">Card Title</h3>
855
- <p class="set-text-14 color-gray-500 line-height-relaxed">Card description.</p>
856
- </div>
857
- ```
858
-
859
- **Dark-mode card grid:**
860
- ```html
861
- <div class="make-grid grid-cols-3 gap-24 on-mobile:grid-cols-1 md:grid-cols-2">
862
- <div class="make-card style-elevated background-white dark:background-gray-800 round-corners-16 add-padding-24">
863
- <span class="make-badge style-primary add-margin-bottom-12">New</span>
864
- <h4 class="set-text-18 text-semibold color-gray-900 dark:color-white">Feature</h4>
865
- <p class="set-text-14 color-gray-500 dark:color-gray-400 line-height-relaxed">Description.</p>
866
- </div>
867
- </div>
868
- ```
869
-
870
- **Scroll-triggered stagger:**
871
- ```html
872
- <div class="make-grid grid-cols-3 gap-24 animate-stagger-slide-up animate-stagger-children-200">
873
- <div class="make-card style-bordered">Card 1</div>
874
- <div class="make-card style-bordered">Card 2</div>
875
- <div class="make-card style-bordered">Card 3</div>
876
- </div>
877
- <script>
878
- new IntersectionObserver(entries => {
879
- entries.forEach(e => { if(e.isIntersecting) e.target.classList.add('is-visible'); });
880
- }, { threshold: 0.15 }).observe(
881
- ...document.querySelectorAll('[class*="animate-on-scroll"],[class*="scroll-reveal"]')
882
- );
883
- </script>
884
- ```
885
-
886
- ---
887
-
888
- ## Spacing & Sizing Reference
889
-
890
- **Spacing values (n):** 0โ€“50 every 1px ยท 52โ€“200 every 4px ยท plus 256, 320, 384, 448, 512, 640, 768, 1024
891
-
892
- | Category | Classes |
893
- |---|---|
894
- | Padding | `add-padding-{n}` ยท `-top-` ยท `-bottom-` ยท `-left-` ยท `-right-` ยท `-x-` ยท `-y-{n}` |
895
- | Margin | `add-margin-{n}` ยท `-top-` ยท `-bottom-` ยท `-left-` ยท `-right-` ยท `-x-` ยท `-y-{n}` ยท `-x-auto` |
896
- | Gap | `gap-{n}` ยท `gap-x-{n}` ยท `gap-y-{n}` |
897
- | Width | `set-width-{n}` ยท `-full` ยท `-screen` ยท `-fit` |
898
- | Height | `set-height-{n}` ยท `-full` ยท `-screen` ยท `-dvh` ยท `-svh` ยท `-lvh` |
899
- | Text size | `set-text-{n}` (8โ€“144px) |
900
-
901
- ---
902
-
903
- ## Colors
904
-
905
- 20 color families ร— 10 shades (50โ€“950):
906
-
907
- `blue` `red` `green` `yellow` `purple` `pink` `orange` `gray` `indigo` `cyan` `teal` `rose` `violet` `emerald` `amber` `lime` `sky` `slate` `zinc` `neutral` `stone`
908
-
909
- ```html
910
- <p class="color-blue-500">Text</p>
911
- <div class="background-emerald-100 border-color-emerald-400 add-border-2">Card</div>
912
- ```
913
-
914
- ---
915
-
916
- ## Responsive Breakpoints
917
-
918
- ```
919
- sm:{class} 640px+
920
- md:{class} 768px+
921
- lg:{class} 1024px+
922
- xl:{class} 1280px+
923
- on-mobile:{class} max 767px
924
- on-tablet:{class} 768โ€“1023px
925
- on-desktop:{class} 1024px+
926
- ```
927
-
928
- ---
929
-
930
- ## CSS Design Tokens
931
-
932
- Override to brand your entire UI with zero rebuilding:
933
-
934
- ```css
935
- :root {
936
- --santy-primary: #3b82f6;
937
- --santy-secondary: #8b5cf6;
938
- --santy-accent: #10b981;
939
- --santy-radius: 0.5rem;
940
- --santy-font: 'Inter', system-ui, sans-serif;
941
- }
942
- ```
943
-
944
- ---
945
-
946
- ## Component Classes (Legacy)
947
-
948
- The original `.btn`, `.card`, `.badge` classes still work and are fully supported:
949
-
950
- ```html
951
- <button class="btn btn-primary btn-lg">Button</button>
952
- <div class="card card-body">Card</div>
953
- <span class="badge badge-success">Active</span>
954
- <div class="alert alert-warning">Warning</div>
955
- ```
956
-
957
- For new projects, the **Component Variant System** (`make-button style-*`) is recommended.
958
-
959
- ---
960
-
961
- ## Files in the Package
962
-
963
- | File | Size | Contents |
964
- |---|---|---|
965
- | `dist/santy-start.css` | 527KB | **CDN drop-in** โ€” base utilities + components, no extended variants/animations |
966
- | `dist/santy-core.css` | 310KB | Utilities only โ€” base + on-mobile/tablet/desktop/md + hover/focus |
967
- | `dist/santy-variants.css` | 287KB | Extended โ€” xl:, xxl:, on-wide:, peer-*, group-*, print:, motion-*, RTL |
968
- | `dist/santy-components.css` | 217KB | Component shortcuts only |
969
- | `dist/santy-animations.css` | 53KB | 120+ animations only |
970
- | `dist/santy.css` | 868KB | Everything โ€” full unminified bundle |
971
- | `dist/santy.min.css` | 758KB | Minified full bundle (purge with PostCSS/Vite โ†’ ~15KB) |
972
- | `dist/santy-email.css` | 13KB | Email-safe CSS for HTML email |
973
-
974
- ---
975
-
976
- ## Tree-shaking / Purge
977
-
978
- Keep only the classes you use:
979
-
980
- ```bash
981
- npx santycss purge --input ./src --output ./dist/santy.purged.css
982
- ```
983
-
984
- Or in Node.js:
985
-
986
- ```js
987
- const { purge } = require('santycss/purge');
988
- purge({ input: './src', output: './dist/santy.purged.css' });
989
- ```
990
-
991
- ---
992
-
993
- ## LLM / AI Integration
994
-
995
- ```
996
- npm show santycss homepage
997
- โ†’ https://santycss.santy.in
998
- ```
999
-
1000
- The file `santycss.context.md` (in the GitHub repo) is a ready-made system prompt for LLMs. Paste it into your AI tool of choice and it will generate SantyCSS class names instead of Tailwind utilities.
1001
-
1002
- ---
1003
-
1004
- ## Links
1005
-
1006
- - ๐ŸŒ Website: [santycss.santy.in](https://santycss.santy.in)
1007
- - ๐Ÿ“– Class Reference: [santycss.santy.in/classes.html](https://santycss.santy.in/classes.html)
1008
- - ๐ŸŒŠ Webflow: [santycss.santy.in/webflow.html](https://santycss.santy.in/webflow.html)
1009
- - ๐ŸŽฌ Animations: [santycss.santy.in/animations.html](https://santycss.santy.in/animations.html)
1010
- - ๐ŸŽฎ Live Demo: [santycss.santy.in/demo.html](https://santycss.santy.in/demo.html)
1011
- - ๐Ÿ“ฆ npm Docs: [santycss.santy.in/docs.html](https://santycss.santy.in/docs.html)
1012
- - ๐Ÿ› Issues: [github.com/ChintuSanty/santyCSS/issues](https://github.com/ChintuSanty/santyCSS/issues)
1013
- - ๐Ÿ’ฌ Discussions: [GitHub Discussions](https://github.com/ChintuSanty/santyCSS/discussions/1)
1014
-
1015
- ---
1016
-
1017
- ## License
1018
-
1019
- MIT ยฉ [Santy](https://github.com/ChintuSanty)
109
+ ## What's New in v2.4.7
110
+
111
+ ### ๐ŸŽจ 2078 Essential UI Icons (+78 new โ€” final batch)
112
+
113
+ 78 final icons completing the Essential UI library โ€” USB drives, volume controls, wallet, webcam, wifi, windows, wrench, x/close variants, and zoom.
114
+
115
+ ```html
116
+ <span class="icon icon-volume-up-fill icon-size-xl" style="color:#3b82f6;"></span>
117
+ <span class="icon icon-wifi icon-size-xl" style="color:#10b981;"></span>
118
+ <span class="icon icon-wrench-adjustable-circle-fill icon-size-xl" style="color:#6366f1;"></span>
119
+ <span class="icon icon-zoom-in icon-size-xl" style="color:#f59e0b;"></span>
120
+ ```
121
+
122
+ **New icons (78):**
123
+
124
+ | Group | Icons |
125
+ |---|---|
126
+ | USB | `usb-drive` `usb-drive-fill` `usb-fill` `usb-micro` `usb-micro-fill` `usb-mini` `usb-mini-fill` `usb-plug` `usb-plug-fill` `usb-symbol` |
127
+ | Misc | `valentine` `valentine2` `vector-pen` `view-list` `view-stacked` `vignette` `vimeo` `vinyl` `vinyl-fill` `virus` `virus2` `voicemail` `vr` |
128
+ | Volume | `volume-down` `volume-down-fill` `volume-mute` `volume-mute-fill` `volume-off` `volume-off-fill` `volume-up` `volume-up-fill` |
129
+ | Wallet & Watch | `wallet` `wallet-fill` `wallet2` `watch` `water` |
130
+ | Camera & Comms | `webcam` `webcam-fill` `wechat` `whatsapp` |
131
+ | Wifi | `wifi` `wifi-1` `wifi-2` `wifi-off` |
132
+ | Misc | `wikipedia` `wind` `windows` `wordpress` `xbox` `yelp` `yin-yang` `youtube` |
133
+ | Window | `window` `window-dash` `window-desktop` `window-dock` `window-fullscreen` `window-plus` `window-sidebar` `window-split` `window-stack` `window-x` |
134
+ | Wrench | `wrench` `wrench-adjustable` `wrench-adjustable-circle` `wrench-adjustable-circle-fill` |
135
+ | Close / X | `x` `x-circle` `x-circle-fill` `x-diamond` `x-diamond-fill` `x-lg` `x-octagon` `x-octagon-fill` `x-square` `x-square-fill` |
136
+ | Zoom | `zoom-in` `zoom-out` |
137
+
138
+ ---
139
+
140
+ ## What's New in v2.4.6
141
+
142
+ ### ๐ŸŽจ 2000 Essential UI Icons (1000 new in this release)
143
+
144
+ 1000 new icons covering file types, folders, filters, gears, globes, hearts, houses, journals, media controls, people, phones, shields, signs, terminals, trash, and much more.
145
+
146
+ ```html
147
+ <span class="icon icon-heart-pulse-fill icon-size-xl" style="color:#ef4444;"></span>
148
+ <span class="icon icon-person-fill-check icon-size-xl" style="color:#10b981;"></span>
149
+ <span class="icon icon-shield-fill-check icon-size-xl" style="color:#3b82f6;"></span>
150
+ <span class="icon icon-rocket-takeoff-fill icon-size-xl" style="color:#8b5cf6;"></span>
151
+ ```
152
+
153
+ **New icons include:** file-ruled, file-slides, file-spreadsheet, file-text, file-word, file-x, file-zip, files, files-alt, filetype-aac, filetype-ai, filetype-bmp, filetype-cs, filetype-css, filetype-csv, filetype-doc, filetype-docx, filetype-exe, filetype-gif, filetype-heic, filetype-html, filetype-java, filetype-jpg, filetype-js, filetype-json, filetype-jsx, filetype-key, filetype-m4p, filetype-md, filetype-mdx, filetype-mov, filetype-mp3, filetype-mp4, filetype-otf, filetype-pdf, filetype-php, filetype-png, filetype-ppt, filetype-pptx, filetype-psd, filetype-py, filetype-raw, filetype-rb, filetype-sass, filetype-scss, filetype-sh, filetype-sql, filetype-svg, filetype-tiff, filetype-tsx, filetype-ttf, filetype-txt, filetype-wav, filetype-woff, filetype-xls, filetype-xlsx, filetype-xml, filetype-yml, film, filter, fingerprint, fire, flag, flask, flask-florence, floppy, floppy2, flower1, flower2, flower3, folder, folder-check, folder-fill, folder-minus, folder-plus, folder-symlink, folder-x, folder2, folder2-open, fonts, fork-knife, forward, fuel-pump, fullscreen, funnel, gear, gear-fill, gear-wide, gear-wide-connected, gem, gender-ambiguous, gender-female, gender-male, gender-neuter, gender-trans, geo, geo-alt, gift, git, github, gitlab, globe, globe-americas, globe-asia-australia, globe-central-south-asia, globe-europe-africa, globe2, google, google-play, gpu-card, graph-down, graph-up, grid, grip-horizontal, grip-vertical, h-circle, h-square, hammer, hand-index, hand-index-thumb, hand-thumbs-down, hand-thumbs-up, handbag, hash, hdd, hdd-network, hdd-rack, hdd-stack, hdmi, headphones, headset, headset-vr, heart, heart-arrow, heart-pulse, heartbreak, hearts, heptagon, hexagon, highlighter, highlights, hospital, hourglass, house (all variants), houses, hr, hurricane, hypnotize, image, images, inbox, inboxes, incognito, indent, infinity, info, input-cursor, instagram, javascript, journal (all variants), joystick, justify, kanban, key, keyboard, ladder, lamp, laptop, layer-backward, layer-forward, layers, layout-sidebar, layout-split, layout-text-sidebar, layout-text-window, layout-three-columns, layout-wtf, leaf, life-preserver, lightbulb, lightning, link, linkedin, list (all variants), lock, luggage, lungs, magic, magnet, mailbox, map, markdown, mask, mastodon, megaphone, memory, menu-app, menu-button, mic, microsoft, microsoft-teams, modem, moon, mortarboard, motherboard, mouse (all variants), music-note, newspaper, nintendo-switch, node-minus, node-plus, nut, nvidia, nvme, octagon, openai, palette, paperclip, pass, passport, patch-check, patch-exclamation, patch-minus, patch-plus, patch-question, pause, paypal, pc, pci-card, peace, pen, pencil, pentagon, people, person (all 50+ variants), phone, pie-chart, piggy-bank, pin, pip, play, plug, plus, postage, postcard, power, printer, projector, puzzle, qr-code, question, quote, r-circle, radar, radioactive, rainbow, receipt, reception (0-4), record, recycle, reddit, repeat, reply, rewind, robot, rocket, router, rss, rulers, safe, save, scissors, search, send (all variants), server, share, shield (all variants), sign (all road signs), sim, skip-backward, skip-end, skip-forward, skip-start, skype, slack, slash, sliders, smartwatch, snapchat, snow, sort-alpha, sort-down, sort-numeric, sort-up, soundwave, speaker, speedometer, spotify, square, star, stickies, sticky, stop, stopwatch, strava, stripe, suit (club/diamond/heart/spade), suitcase, sun, sunrise, sunset, table, tablet, tag, taxi-front, telegram, telephone (all variants), terminal, text-center, text-indent, textarea, thermometer, threads, three-dots, thunderbolt, ticket, tiktok, toggle, tools, tornado, train-freight-front, train-front, train-lightrail-front, translate, transparency, trash (all variants), tree, trello, triangle, trophy, truck, tv, twitch, twitter, twitter-x, type (all heading variants), typescript, ubuntu, ui-checks, ui-radios, umbrella, union, unity, universal-access, unlock, upc, upload, usb, usb-c, and 50+ more fill variants.
154
+
155
+ ---
156
+
157
+ ## What's New in v2.4.5
158
+
159
+ ### ๐ŸŽจ 1000 Essential UI Icons + Scrollable Grid + Sub-filters
160
+
161
+ 600 new icons added โ€” calendars (all variants), camera & media, chat & messaging, cloud & weather, clipboard, checks & chevrons, database & devices, emoji, envelopes, files & documents, and more.
162
+
163
+ The icon browser now features:
164
+ - **Scrollable Essential UI grid** โ€” browse 1000 icons in a fixed-height scrollable area
165
+ - **Sub-filters** โ€” filter by category: Numbers, Arrows, Calendar, Camera, Chat, Cloud, Database, Emoji, Files, Shapes, Shopping
166
+
167
+ ```html
168
+ <span class="icon icon-chat-left-text-fill icon-size-xl" style="color:#6366f1;"></span>
169
+ <span class="icon icon-cloud-lightning-rain-fill icon-size-xl" style="color:#0ea5e9;"></span>
170
+ <span class="icon icon-file-earmark-pdf-fill icon-size-xl" style="color:#ef4444;"></span>
171
+ <span class="icon icon-emoji-laughing-fill icon-size-xl" style="color:#f59e0b;"></span>
172
+ ```
173
+
174
+ **New icons (600):**
175
+
176
+ | Group | Icons |
177
+ |---|---|
178
+ | Calendar variants | `calendar2-fill` `calendar2-heart` `calendar2-minus` `calendar2-month` `calendar2-plus` `calendar2-range` `calendar2-week` `calendar2-x` `calendar3` `calendar3-event` `calendar3-fill` `calendar3-range` `calendar3-week` `calendar4` `calendar4-event` `calendar4-range` `calendar4-week` (+ fill variants) |
179
+ | Camera & Media | `camera` `camera-fill` `camera-reels` `camera-video` `camera-video-off` `camera2` `cassette` `cast` |
180
+ | Cart & Shopping | `cart` `cart-check` `cart-dash` `cart-fill` `cart-plus` `cart-x` `cart2` `cart3` `cart4` |
181
+ | Chat & Messaging | `chat` `chat-dots` `chat-fill` `chat-heart` `chat-left` `chat-left-dots` `chat-left-fill` `chat-left-heart` `chat-left-quote` `chat-left-text` `chat-quote` `chat-right` `chat-right-dots` `chat-right-fill` `chat-right-heart` `chat-right-quote` `chat-right-text` `chat-square` `chat-square-dots` `chat-square-fill` `chat-square-heart` `chat-square-quote` `chat-square-text` `chat-text` (+ fill variants) |
182
+ | Check & Shapes | `check` `check-all` `check-circle` `check-lg` `check-square` `check2` `check2-all` `check2-circle` `check2-square` |
183
+ | Chevrons | `chevron-bar-contract` `chevron-bar-down` `chevron-bar-expand` `chevron-bar-left` `chevron-bar-right` `chevron-bar-up` `chevron-compact-down` `chevron-compact-left` `chevron-compact-right` `chevron-compact-up` `chevron-contract` `chevron-double-down` `chevron-double-left` `chevron-double-right` `chevron-double-up` `chevron-down` `chevron-expand` `chevron-left` `chevron-right` `chevron-up` |
184
+ | Clipboard | `clipboard` `clipboard-check` `clipboard-data` `clipboard-fill` `clipboard-heart` `clipboard-minus` `clipboard-plus` `clipboard-pulse` `clipboard-x` `clipboard2` (+ all clipboard2 variants, + fill variants) |
185
+ | Clock | `clock` `clock-fill` `clock-history` |
186
+ | Cloud & Weather | `cloud` `cloud-arrow-down` `cloud-arrow-up` `cloud-check` `cloud-download` `cloud-drizzle` `cloud-fill` `cloud-fog` `cloud-fog2` `cloud-hail` `cloud-haze` `cloud-haze2` `cloud-lightning` `cloud-lightning-rain` `cloud-minus` `cloud-moon` `cloud-plus` `cloud-rain` `cloud-rain-heavy` `cloud-slash` `cloud-sleet` `cloud-snow` `cloud-sun` `cloud-upload` `clouds` `cloudy` (+ fill variants) |
187
+ | Currency | `currency-bitcoin` `currency-dollar` `currency-euro` `currency-exchange` `currency-pound` `currency-rupee` `currency-yen` |
188
+ | Database & Device | `database` `database-add` `database-check` `database-dash` `database-down` `database-exclamation` `database-fill` (+ all database-fill-* variants) `device-hdd` `device-ssd` |
189
+ | Emoji | `emoji-angry` `emoji-astonished` `emoji-dizzy` `emoji-expressionless` `emoji-frown` `emoji-grimace` `emoji-grin` `emoji-heart-eyes` `emoji-kiss` `emoji-laughing` `emoji-neutral` `emoji-smile` `emoji-smile-upside-down` `emoji-sunglasses` `emoji-surprise` `emoji-tear` `emoji-wink` (+ fill variants) |
190
+ | Envelope | `envelope` `envelope-arrow-down` `envelope-arrow-up` `envelope-at` `envelope-check` `envelope-dash` `envelope-exclamation` `envelope-fill` `envelope-heart` `envelope-open` `envelope-open-heart` `envelope-paper` `envelope-paper-heart` `envelope-plus` `envelope-slash` `envelope-x` (+ fill variants) |
191
+ | File docs | `file` `file-arrow-down` `file-arrow-up` `file-bar-graph` `file-binary` `file-break` `file-check` `file-code` `file-diff` `file-earmark` (+ all earmark variants) `file-easel` `file-excel` `file-fill` `file-font` `file-image` `file-lock` `file-lock2` `file-medical` `file-minus` `file-music` `file-pdf` `file-person` `file-play` `file-plus` `file-post` `file-ppt` `file-richtext` (+ fill variants) |
192
+
193
+ ---
194
+
195
+ ## What's New in v2.4.4
196
+
197
+ ### ๐ŸŽฏ 400 Essential UI Icons (+100 new)
198
+
199
+ 100 more icons โ€” boxes, buildings, browsers, calendars, brightness controls and more.
200
+
201
+ ```html
202
+ <span class="icon icon-building-fill icon-size-2x" style="color:#6366f1;"></span>
203
+ <span class="icon icon-calendar-heart-fill icon-size-xl" style="color:#ec4899;"></span>
204
+ <span class="icon icon-briefcase-fill icon-size-xl" style="color:#3b82f6;"></span>
205
+ <span class="icon icon-brightness-high-fill icon-size-xl" style="color:#f59e0b;"></span>
206
+ <span class="icon icon-bug-fill icon-size-xl" style="color:#ef4444;"></span>
207
+ ```
208
+
209
+ **New icons (100):**
210
+
211
+ | Group | Icons |
212
+ |---|---|
213
+ | Boxes | `box2-fill` `box2-heart` `box2-heart-fill` `boxes` |
214
+ | Dev | `braces` `braces-asterisk` `bricks` `bug` `bug-fill` |
215
+ | Work | `briefcase` `briefcase-fill` `bullseye` |
216
+ | Display | `brightness-alt-high` `brightness-alt-high-fill` `brightness-alt-low` `brightness-alt-low-fill` `brightness-high` `brightness-high-fill` `brightness-low` `brightness-low-fill` `brilliance` |
217
+ | Media | `broadcast` `broadcast-pin` |
218
+ | Browsers | `browser-chrome` `browser-edge` `browser-firefox` `browser-safari` |
219
+ | Design | `brush` `brush-fill` `bucket` `bucket-fill` |
220
+ | Buildings | `building` `building-add` `building-check` `building-dash` `building-down` `building-exclamation` `building-fill` `building-fill-add` `building-fill-check` `building-fill-dash` `building-fill-down` `building-fill-exclamation` `building-fill-gear` `building-fill-lock` `building-fill-slash` `building-fill-up` `building-fill-x` `building-gear` `building-lock` `building-slash` `building-up` `building-x` `buildings` `buildings-fill` |
221
+ | Transport | `bus-front` `bus-front-fill` |
222
+ | Legal | `c-circle` `c-circle-fill` `c-square` `c-square-fill` |
223
+ | Food | `cake` `cake-fill` `cake2` `cake2-fill` |
224
+ | Tools | `calculator` `calculator-fill` |
225
+ | Calendars | `calendar` `calendar-check` `calendar-check-fill` `calendar-date` `calendar-date-fill` `calendar-day` `calendar-day-fill` `calendar-event` `calendar-event-fill` `calendar-fill` `calendar-heart` `calendar-heart-fill` `calendar-minus` `calendar-minus-fill` `calendar-month` `calendar-month-fill` `calendar-plus` `calendar-plus-fill` `calendar-range` `calendar-range-fill` `calendar-week` `calendar-week-fill` `calendar-x` `calendar-x-fill` `calendar2` `calendar2-check` `calendar2-check-fill` `calendar2-date` `calendar2-date-fill` `calendar2-day` `calendar2-day-fill` `calendar2-event` `calendar2-event-fill` |
226
+
227
+ ---
228
+
229
+ ## What's New in v2.4.3
230
+
231
+ ### ๐ŸŽฏ 300 Essential UI Icons (+100 new)
232
+
233
+ 100 more icons added โ€” ban/block, charts, baskets, battery, books, bookmarks, boxes, borders and more.
234
+
235
+ ```html
236
+ <span class="icon icon-ban-fill icon-size-xl" style="color:#ef4444;"></span>
237
+ <span class="icon icon-bar-chart-fill icon-size-2x" style="color:#3b82f6;"></span>
238
+ <span class="icon icon-bookmark-heart-fill icon-size-xl" style="color:#ec4899;"></span>
239
+ <span class="icon icon-box-arrow-up-right icon-size-lg"></span>
240
+ <span class="icon icon-battery-full icon-size-xl" style="color:#22c55e;"></span>
241
+ ```
242
+
243
+ **New icons (100):**
244
+
245
+ | Group | Icons |
246
+ |---|---|
247
+ | Block / Medical | `ban` `ban-fill` `bandaid` `bandaid-fill` |
248
+ | Finance | `bank` `bank2` `bar-chart` `bar-chart-fill` `bar-chart-line` `bar-chart-line-fill` `bar-chart-steps` |
249
+ | Shopping | `basket` `basket-fill` `basket2` `basket2-fill` `basket3` `basket3-fill` |
250
+ | Device | `battery` `battery-charging` `battery-full` `battery-half` `battery-low` |
251
+ | Science / Social | `beaker` `beaker-fill` `behance` `bing` `bluesky` `bluetooth` |
252
+ | Notifications | `bell` `bell-fill` `bell-slash` `bell-slash-fill` |
253
+ | Design | `bezier` `bezier2` `binoculars` `binoculars-fill` `bounding-box` `bounding-box-circles` |
254
+ | Transport | `bicycle` |
255
+ | Text | `blockquote-left` `blockquote-right` `body-text` |
256
+ | Books | `book` `book-fill` `book-half` `bookmarks` `bookmarks-fill` `bookshelf` |
257
+ | Bookmarks | `bookmark` `bookmark-check` `bookmark-check-fill` `bookmark-dash` `bookmark-dash-fill` `bookmark-fill` `bookmark-heart` `bookmark-heart-fill` `bookmark-plus` `bookmark-plus-fill` `bookmark-star` `bookmark-star-fill` `bookmark-x` `bookmark-x-fill` |
258
+ | Media | `boombox` `boombox-fill` |
259
+ | Framework | `bootstrap` `bootstrap-fill` `bootstrap-reboot` |
260
+ | Border | `border` `border-all` `border-bottom` `border-center` `border-inner` `border-left` `border-middle` `border-outer` `border-right` `border-style` `border-top` `border-width` |
261
+ | Boxes | `box` `box-arrow-down` `box-arrow-down-left` `box-arrow-down-right` `box-arrow-in-down` `box-arrow-in-down-left` `box-arrow-in-down-right` `box-arrow-in-left` `box-arrow-in-right` `box-arrow-in-up` `box-arrow-in-up-left` `box-arrow-in-up-right` `box-arrow-left` `box-arrow-right` `box-arrow-up` `box-arrow-up-left` `box-arrow-up-right` `box-fill` `box-seam` `box-seam-fill` `box2` |
262
+
263
+ ---
264
+
265
+ ## What's New in v2.4.2
266
+
267
+ ### ๐ŸŽฏ 200 Essential UI Icons (+100 new)
268
+
269
+ Another 100 icons added to the **Essential UI** category โ€” arrows (all directions, variants), aspect ratio, badges, bags, balloons, backpacks and more.
270
+
271
+ ```html
272
+ <span class="icon icon-arrow-repeat icon-size-xl" style="color:#3b82f6;"></span>
273
+ <span class="icon icon-arrows-fullscreen icon-size-lg"></span>
274
+ <span class="icon icon-bag-heart-fill icon-size-2x" style="color:#ef4444;"></span>
275
+ <span class="icon icon-award-fill icon-size-2x" style="color:#f59e0b;"></span>
276
+ <span class="icon icon-balloon-heart icon-size-xl" style="color:#ec4899;"></span>
277
+ ```
278
+
279
+ **New icons (100):**
280
+
281
+ | Group | Icons |
282
+ |---|---|
283
+ | Arrows (more) | `arrow-left-right` `arrow-left-short` `arrow-left-square` `arrow-left-square-fill` `arrow-repeat` `arrow-return-left` `arrow-return-right` `arrow-right` `arrow-right-circle` `arrow-right-circle-fill` `arrow-right-short` `arrow-right-square` `arrow-right-square-fill` `arrow-through-heart` `arrow-through-heart-fill` `arrow-up` `arrow-up-circle` `arrow-up-circle-fill` `arrow-up-left` `arrow-up-left-circle` `arrow-up-left-circle-fill` `arrow-up-left-square` `arrow-up-left-square-fill` `arrow-up-right` `arrow-up-right-circle` `arrow-up-right-circle-fill` `arrow-up-right-square` `arrow-up-right-square-fill` `arrow-up-short` `arrow-up-square` `arrow-up-square-fill` |
284
+ | Arrows (set) | `arrows` `arrows-angle-contract` `arrows-angle-expand` `arrows-collapse` `arrows-collapse-vertical` `arrows-expand` `arrows-expand-vertical` `arrows-fullscreen` `arrows-move` `arrows-vertical` |
285
+ | UI | `aspect-ratio` `aspect-ratio-fill` `asterisk` `at` `award` `award-fill` `back` `backspace` `backspace-fill` `backspace-reverse` `backspace-reverse-fill` |
286
+ | Bags & Packs | `backpack` `backpack-fill` `backpack2` `backpack2-fill` `backpack3` `backpack3-fill` `backpack4` `backpack4-fill` `bag` `bag-check` `bag-check-fill` `bag-dash` `bag-dash-fill` `bag-fill` `bag-heart` `bag-heart-fill` `bag-plus` `bag-plus-fill` `bag-x` `bag-x-fill` |
287
+ | Badges | `badge-3d` `badge-3d-fill` `badge-4k` `badge-4k-fill` `badge-8k` `badge-8k-fill` `badge-ad` `badge-ad-fill` `badge-ar` `badge-ar-fill` `badge-cc` `badge-cc-fill` `badge-hd` `badge-hd-fill` `badge-sd` `badge-sd-fill` `badge-tm` `badge-tm-fill` `badge-vo` `badge-vo-fill` `badge-vr` `badge-vr-fill` `badge-wc` `badge-wc-fill` |
288
+ | Fun | `balloon` `balloon-fill` `balloon-heart` `balloon-heart-fill` |
289
+
290
+ ---
291
+
292
+ ## What's New in v2.4.1
293
+
294
+ ### ๐ŸŽฏ 100 Essential UI Icons
295
+
296
+ New category โ€” **Essential UI** โ€” adds 100 carefully selected icons to `santy-icons.css`. Use them with the same `.icon` system.
297
+
298
+ ```html
299
+ <link rel="stylesheet" href="santy-icons.css">
300
+
301
+ <!-- Number badges -->
302
+ <span class="icon icon-0-circle"></span>
303
+ <span class="icon icon-5-circle-fill icon-size-lg" style="color:#3b82f6;"></span>
304
+
305
+ <!-- Arrows -->
306
+ <span class="icon icon-arrow-down"></span>
307
+ <span class="icon icon-arrow-clockwise icon-size-xl" style="color:#22c55e;"></span>
308
+
309
+ <!-- UI chrome -->
310
+ <span class="icon icon-activity"></span>
311
+ <span class="icon icon-alarm icon-size-2x" style="color:#ef4444;"></span>
312
+ <span class="icon icon-archive-fill"></span>
313
+ ```
314
+
315
+ **Full icon list (100):**
316
+
317
+ | Group | Icons |
318
+ |---|---|
319
+ | Numbers | `0-circle` `0-circle-fill` `0-square` `0-square-fill` `1-circle` `1-circle-fill` `1-square` `1-square-fill` `123` `2-circle` `2-circle-fill` `2-square` `2-square-fill` `3-circle` `3-circle-fill` `3-square` `3-square-fill` `4-circle` `4-circle-fill` `4-square` `4-square-fill` `5-circle` `5-circle-fill` `5-square` `5-square-fill` `6-circle` `6-circle-fill` `6-square` `6-square-fill` `7-circle` `7-circle-fill` `7-square` `7-square-fill` `8-circle` `8-circle-fill` `8-square` `8-square-fill` `9-circle` `9-circle-fill` `9-square` `9-square-fill` |
320
+ | Activity & Travel | `activity` `airplane` `airplane-engines` `airplane-engines-fill` `airplane-fill` `alarm` `alarm-fill` |
321
+ | Brands | `alexa` `alipay` `amazon` `amd` `android` `android2` `anthropic` `apple` `apple-music` `app` `app-indicator` |
322
+ | Alignment | `align-bottom` `align-center` `align-end` `align-middle` `align-start` `align-top` |
323
+ | Text | `alphabet` `alphabet-uppercase` `alt` |
324
+ | Files | `archive` `archive-fill` |
325
+ | Arrows | `arrow-90deg-down` `arrow-90deg-left` `arrow-90deg-right` `arrow-90deg-up` `arrow-bar-down` `arrow-bar-left` `arrow-bar-right` `arrow-bar-up` `arrow-clockwise` `arrow-counterclockwise` `arrow-down` `arrow-down-circle` `arrow-down-circle-fill` `arrow-down-left` `arrow-down-left-circle` `arrow-down-left-circle-fill` `arrow-down-left-square` `arrow-down-left-square-fill` `arrow-down-right` `arrow-down-right-circle` `arrow-down-right-circle-fill` `arrow-down-right-square` `arrow-down-right-square-fill` `arrow-down-short` `arrow-down-square` `arrow-down-square-fill` `arrow-down-up` `arrow-left` `arrow-left-circle` `arrow-left-circle-fill` |
326
+
327
+ > ๐ŸŽจ **[Icon Browser](https://santycss.santy.in/icons.html)** โ€” filter by "Essential UI" to browse all 100
328
+
329
+ ---
330
+
331
+ ## What's New in v2.4.0
332
+
333
+ ### โšก Migrate from Tailwind in One Command
334
+
335
+ Already using Tailwind CSS? Switch your entire project โ€” HTML, JSX, TSX, Vue, Svelte โ€” without rewriting a single file:
336
+
337
+ ```bash
338
+ npx santycss migrate --input=src/
339
+ ```
340
+
341
+ **Options:**
342
+ ```bash
343
+ npx santycss migrate --input=src/ # convert all files in src/
344
+ npx santycss migrate --file=index.html # single file
345
+ npx santycss migrate --dry-run # preview only, no writes
346
+ npx santycss migrate --dry-run --report # also list unmapped classes
347
+ ```
348
+
349
+ **What gets converted:**
350
+
351
+ | Tailwind | SantyCSS |
352
+ |---|---|
353
+ | `flex items-center gap-4` | `make-flex align-center gap-16` |
354
+ | `p-6 mt-4 mb-8` | `add-padding-24 add-margin-top-16 add-margin-bottom-32` |
355
+ | `text-lg font-semibold` | `set-text-18 text-semibold` |
356
+ | `bg-blue-500 text-white rounded-lg shadow-md` | `background-blue-500 color-white make-rounded-lg add-shadow-md` |
357
+ | `hidden md:block` | `make-hidden tablet:make-block` |
358
+ | `grid grid-cols-3 gap-6` | `make-grid grid-cols-3 gap-24` |
359
+
360
+ Covers 150+ Tailwind class names across flex/grid, spacing, typography, colors, borders, shadows, overflow, position, z-index, transitions, and more.
361
+
362
+ ---
363
+
364
+ ### ๐ŸŒ™ Dark Mode Semantic Token System
365
+
366
+ New CSS-variable token layer โ€” add `data-theme="dark"` to any element and every utility class adapts automatically. No duplicate classes, no `dark:` prefixes for common patterns:
367
+
368
+ ```html
369
+ <!-- Dark theme -->
370
+ <html data-theme="dark">
371
+
372
+ <!-- Follow OS preference -->
373
+ <html class="theme-auto">
374
+
375
+ <!-- Semantic utility classes โ€” adapt in both themes -->
376
+ <div class="bg-surface text-base">
377
+ <p class="text-muted">Subtitle</p>
378
+ <span class="text-accent">Highlight</span>
379
+ <hr class="border-base">
380
+ </div>
381
+ ```
382
+
383
+ **New semantic token classes:**
384
+
385
+ | Class | Light | Dark |
386
+ |---|---|---|
387
+ | `bg-base` | `#ffffff` | `#0f172a` |
388
+ | `bg-subtle` | `#f9fafb` | `#1e293b` |
389
+ | `bg-surface` | `#ffffff` | `#1e293b` |
390
+ | `bg-elevated` | `#ffffff` | `#334155` |
391
+ | `text-base` | `#111827` | `#f1f5f9` |
392
+ | `text-muted` | `#6b7280` | `#94a3b8` |
393
+ | `text-subtle` | `#9ca3af` | `#64748b` |
394
+ | `text-accent` | `#3b82f6` | `#60a5fa` |
395
+ | `bg-accent` | `#3b82f6` | `#60a5fa` |
396
+ | `bg-accent-light` | `rgba(59,130,246,.12)` | `rgba(96,165,250,.15)` |
397
+ | `border-base` | `#e5e7eb` | `#334155` |
398
+ | `border-strong` | `#d1d5db` | `#475569` |
399
+
400
+ **Override tokens in your own CSS:**
401
+ ```css
402
+ :root {
403
+ --santy-accent: #7c3aed; /* brand purple */
404
+ --santy-accent-light: rgba(124,58,237,.12);
405
+ }
406
+ [data-theme="dark"] {
407
+ --santy-accent: #a78bfa;
408
+ }
409
+ ```
410
+
411
+ ---
412
+
413
+ ### ๐Ÿค– AI-First โ€” Why SantyCSS is Better for AI
414
+
415
+ SantyCSS class names **are** the documentation. `add-bg-blue make-rounded` tells an LLM exactly what it's doing. `bg-blue-500 rounded-lg` requires a lookup table.
416
+
417
+ ```
418
+ Tailwind: bg-blue-500 rounded-lg shadow-md p-6 text-white font-semibold
419
+ SantyCSS: background-blue-500 make-rounded-lg add-shadow-md add-padding-24 color-white text-semibold
420
+ ```
421
+
422
+ The SantyCSS version is self-documenting โ€” any developer (or AI) reading it knows exactly what CSS is applied. No docs needed.
423
+
424
+ **Use the context file** โ€” paste `santycss.context.md` into Claude, GPT-4, or Cursor's system prompt:
425
+ ```
426
+ Paste santycss.context.md โ†’ AI writes SantyCSS instead of Tailwind, every time
427
+ ```
428
+
429
+ ---
430
+
431
+ ## What's New in v2.0
432
+
433
+ ### ๐Ÿฆ‡ Creature Animations โ€” Premium Free
434
+
435
+ 10 hand-crafted creature animations included free in v2.0. No extra import, no paywall โ€” just add the class.
436
+
437
+ | Class | Creature | Description |
438
+ |---|---|---|
439
+ | `animate-bat-fly` | ๐Ÿฆ‡ Bat | Flies across screen with arcing path |
440
+ | `animate-bat-wings` | ๐Ÿฆ‡ Bat wings | Wing flap loop (combine with `animate-bat-fly`) |
441
+ | `animate-butterfly` | ๐Ÿฆ‹ Butterfly | Wing flap using scaleX |
442
+ | `animate-butterfly-drift` | ๐Ÿฆ‹ Butterfly drift | Drifts through the air while flapping |
443
+ | `animate-firefly` | ๐ŸŒŸ Firefly | Erratic glowing float |
444
+ | `animate-firefly-glow` | โœจ Firefly glow | Pulsing yellow glow effect |
445
+ | `animate-spider-drop` | ๐Ÿ•ท๏ธ Spider | Descends on thread and ascends |
446
+ | `animate-spider-swing` | ๐Ÿ•ท๏ธ Spider swing | Pendulum swing on thread |
447
+ | `animate-fish-swim` | ๐ŸŸ Fish | Swims with tail-wave body motion |
448
+ | `animate-jellyfish` | ๐ŸŽ Jellyfish | Pulsing bell contraction + float |
449
+ | `animate-jellyfish-tendrils` | ๐ŸŽ Tendrils | Trailing tendril sway |
450
+ | `animate-bird-flock` | ๐Ÿฆ Bird | Soaring arc with rotation |
451
+ | `animate-bird-flock-2` / `animate-bird-flock-3` | ๐Ÿฆ๐Ÿฆ Flock | Staggered offsets for formation effect |
452
+ | `animate-bee-hover` | ๐Ÿ Bee | Hovering with natural drift |
453
+ | `animate-bee-buzz` | ๐Ÿ Buzz | Rapid wing-buzz shake |
454
+ | `animate-snake-slither` | ๐Ÿ Snake | Sinusoidal slithering path |
455
+ | `animate-dragon-fire` | ๐Ÿ”ฅ Dragon fire | Fire burst expanding and fading |
456
+ | `animate-fire-flicker` | ๐Ÿ”ฅ Flicker | Rapid flame flicker |
457
+
458
+ ```html
459
+ <!-- Bat flying across -->
460
+ <span class="animate-bat-fly animate-bat-wings">๐Ÿฆ‡</span>
461
+
462
+ <!-- Butterfly flapping and drifting -->
463
+ <span class="animate-butterfly animate-butterfly-drift">๐Ÿฆ‹</span>
464
+
465
+ <!-- Firefly with glow -->
466
+ <span class="animate-firefly animate-firefly-glow">โœจ</span>
467
+
468
+ <!-- Bird flock formation (3 birds) -->
469
+ <span class="animate-bird-flock">๐Ÿฆ</span>
470
+ <span class="animate-bird-flock-2">๐Ÿฆ</span>
471
+ <span class="animate-bird-flock-3">๐Ÿฆ</span>
472
+
473
+ <!-- Dragon fire breath -->
474
+ <span class="animate-dragon-fire animate-fire-flicker">๐Ÿ”ฅ</span>
475
+ ```
476
+
477
+ > ๐ŸŽฌ **[See all creature animations live โ†’](https://santycss.santy.in/animations.html#creature-animations)**
478
+
479
+ ---
480
+
481
+ ## What's New in v1.9
482
+
483
+ ### ๐ŸŒŠ Scroll & Scrollbar Utilities
484
+
485
+ | Class | Description |
486
+ |---|---|
487
+ | `scroll-smooth` | `scroll-behavior: smooth` |
488
+ | `scroll-auto` | `scroll-behavior: auto` |
489
+ | `scrollbar-thin` | Narrow scrollbar (webkit + standard) |
490
+ | `scrollbar-dark` | Dark-themed scrollbar |
491
+ | `scrollbar-hidden` | Hide scrollbar, keep scroll functionality |
492
+
493
+ ### ๐ŸชŸ Glass Morphism
494
+
495
+ | Class | Description |
496
+ |---|---|
497
+ | `glass` | Frosted glass effect (blur + semi-transparent white) |
498
+ | `glass-dark` | Dark frosted glass |
499
+ | `glass-light` | Light frosted glass |
500
+
501
+ ### ๐ŸŒˆ Radial Gradients
502
+
503
+ ```html
504
+ <div class="gradient-radial-blue-purple">...</div>
505
+ <div class="gradient-radial-pink-orange">...</div>
506
+ ```
507
+
508
+ All `gradient-radial-*` utilities use CSS `radial-gradient()` matching the existing linear gradient palette.
509
+
510
+ ### ๐ŸŽฌ New Animation Utilities
511
+
512
+ | Class | Description |
513
+ |---|---|
514
+ | `animate-spin-slow` | Slow clockwise rotation |
515
+ | `animate-spin-fast` | Fast clockwise rotation |
516
+ | `animate-spin-cw` | Explicit clockwise spin |
517
+ | `animate-spin-ccw` | Counter-clockwise spin |
518
+ | `animate-spin-xslow` | Very slow rotation |
519
+ | `animate-pulse-dot` | Pulsing dot indicator |
520
+ | `skill-bar-animated` | Animated skill/progress bar fill |
521
+
522
+ ```html
523
+ <!-- Pulsing status indicator -->
524
+ <span class="animate-pulse-dot background-green-500"></span>
525
+
526
+ <!-- Animated skill bar -->
527
+ <div class="skill-bar-animated" style="--skill-width: 80%"></div>
528
+
529
+ <!-- Counter-clockwise spinner -->
530
+ <div class="animate-spin-ccw">โ†บ</div>
531
+ ```
532
+
533
+ ---
534
+
535
+ ## What's New in v1.8
536
+
537
+ ### ๐ŸŽจ SantyCSS Inspector โ€” Figma Plugin
538
+
539
+ Inspect any Figma layer and get the exact SantyCSS classes in one click.
540
+
541
+ **Download / Install:**
542
+
543
+ > ๐ŸŒ **[Download from santycss.santy.in/docs.html](https://santycss.santy.in/docs.html#figma-plugin)** โ€” full setup guide and one-click download
544
+
545
+ **Local development install:**
546
+ 1. Clone this repo โ€” the plugin lives in `figma-plugin-santycss/`
547
+ 2. Open **Figma Desktop** โ†’ Plugins โ†’ Development โ†’ **Import plugin from manifest**
548
+ 3. Select `figma-plugin-santycss/manifest.json`
549
+ 4. Select any frame/text layer โ†’ run **SantyCSS Inspector**
550
+
551
+ **What it detects:**
552
+
553
+ | Figma property | SantyCSS output |
554
+ |---|---|
555
+ | Auto-layout (horizontal) | `make-flex flex-row` |
556
+ | Auto-layout (vertical) | `make-flex flex-column` |
557
+ | Alignment | `justify-center`, `align-center`, `justify-between` |
558
+ | Gap | `gap-16`, `gap-24` |
559
+ | Padding | `add-padding-24`, `add-padding-x-16 add-padding-y-8` |
560
+ | Width / Height | `set-width-320`, `set-width-full`, `set-height-fit` |
561
+ | Corner radius | `round-corners-8`, `make-pill` |
562
+ | Stroke | `add-border-1`, `border-color-blue-500` |
563
+ | Fill / background | `background-blue-500` (nearest of 200 palette colors) |
564
+ | Text color | `color-gray-900` |
565
+ | Font size | `set-text-16` |
566
+ | Font weight | `text-bold`, `text-semibold` |
567
+ | Text align | `text-center`, `text-right` |
568
+ | Drop shadow | `add-shadow-sm` / `add-shadow-lg` |
569
+ | Opacity | `opacity-50` |
570
+ | Clips content | `overflow-hidden` |
571
+
572
+ **Plugin UI:**
573
+ - Grouped classes (Layout / Spacing / Size / Typography / Color / Border / Effects)
574
+ - Click any chip to copy that class
575
+ - **Copy All** button โ€” copies all classes as one string
576
+ - Dark mode โ€” follows Figma's theme automatically
577
+
578
+ ---
579
+
580
+ ## What's New in v1.7
581
+
582
+ ### โ™ฟ Accessibility Utilities
583
+
584
+ | Class | What it does |
585
+ |---|---|
586
+ | `.skip-to-content` | Skip-nav link โ€” visible on focus, hidden otherwise |
587
+ | `.focus-trap` | Container for modal/drawer focus trapping |
588
+ | `.aria-live-polite` / `.aria-live-assertive` | Visually hidden ARIA live regions |
589
+ | `.screen-reader-only` | Visually hide but keep accessible |
590
+ | `.focus-ring` / `.focus-ring-white` | Consistent focus outline utilities |
591
+ | `.focus-visible-ring` | Focus ring only on keyboard navigation |
592
+ | `.motion-safe-animate` | Disables animation when OS reduces motion |
593
+ | `.high-contrast-border/bg/outline` | `forced-colors` media query support |
594
+
595
+ ### ๐ŸŒ Internationalisation (i18n)
596
+
597
+ | Class | What it does |
598
+ |---|---|
599
+ | `.add-padding-block-{n}` / `.add-padding-inline-{n}` | Logical padding (direction-aware) |
600
+ | `.add-margin-block-{n}` / `.add-margin-inline-{n}` | Logical margin |
601
+ | `.pin-block-start-0` / `.pin-inline-start-0` | Logical positioning |
602
+ | `.border-block-start` / `.border-inline-start` | Logical borders |
603
+ | `.make-text-vertical` | `writing-mode: vertical-rl` โ€” for CJK/Japanese |
604
+ | `.make-text-vertical-up` | `writing-mode: vertical-lr` |
605
+ | `.text-orientation-mixed` / `.text-orientation-upright` | Text orientation control |
606
+ | `.text-direction-ltr` / `.text-direction-rtl` | Explicit `direction` control |
607
+
608
+ ### ๐Ÿ“ฑ Mobile-First Components
609
+
610
+ | Class | What it does |
611
+ |---|---|
612
+ | `.bottom-sheet` + `.open` | Slide-up panel from bottom (with safe-area support) |
613
+ | `.bottom-sheet-handle` / `.bottom-sheet-body` / `.bottom-sheet-footer` | Bottom sheet parts |
614
+ | `.bottom-sheet-overlay` + `.visible` | Semi-transparent backdrop |
615
+ | `.swipe-carousel` + `.swipe-carousel-item` | Touch-friendly horizontal scroll carousel |
616
+ | `.swipe-carousel-full` / `.peek` / `.multi` | Carousel layout variants |
617
+ | `.swipe-carousel-dot` + `.active` | Progress dots |
618
+ | `.pull-to-refresh` + `.pulling` / `.refreshing` | Pull-to-refresh indicator |
619
+ | `.padding-safe-top/bottom/left/right/all` | `env(safe-area-inset-*)` padding |
620
+
621
+ ### ๐Ÿ—“ New Components
622
+
623
+ | Class | What it does |
624
+ |---|---|
625
+ | `.command-palette-wrap` + `.open` | VS Code-style Ctrl+K command palette overlay |
626
+ | `.command-palette-input` / `.command-palette-item` | Command palette parts |
627
+ | `.date-picker` / `.date-picker-grid` / `.date-picker-day` | Full calendar date picker |
628
+ | `.date-picker-day.today` / `.selected` / `.in-range` | Day state modifiers |
629
+
630
+ ### ๐ŸŽจ Figma Plugin
631
+
632
+ The **SantyCSS Figma Plugin** is live โ€” inspect Figma designs and get the exact SantyCSS classes that match. See [What's New in v1.8](#-santycss-inspector--figma-plugin) above for full details and the download link.
633
+
634
+ ---
635
+
636
+ ## What's New in v1.4
637
+
638
+ ### ๐Ÿงฉ VS Code IntelliSense Extension
639
+
640
+ **SantyCSS IntelliSense** is now available as a VS Code extension โ€” similar to Tailwind CSS IntelliSense.
641
+
642
+ - **Autocomplete** โ€” type inside `class=""` or `className=""` and get instant suggestions for all 8,500+ SantyCSS classes
643
+ - **Hover docs** โ€” hover any class to see the CSS it generates
644
+ - **Works in** HTML, JSX, TSX, Vue, Svelte, PHP, ERB
645
+ - **Toggle command** โ€” `SantyCSS: Toggle IntelliSense` in the Command Palette
646
+
647
+ Install: search **SantyCSS IntelliSense** in the Extensions panel.
648
+
649
+ ---
650
+
651
+ ## What's New in v1.3
652
+
653
+ ### ๐ŸŽจ 70+ SVG Icons (new: Business & Finance)
654
+
655
+ SantyCSS now ships **two icon systems** in `santy-icons.css`:
656
+
657
+ **Brand Icons** (35) โ€” `.brand-icon` + `.brand-icon-{name}`
658
+ Social media, developer tools, platforms & payment services.
659
+
660
+ **Business & Finance Icons** (35) โ€” `.icon` + `.icon-{name}`
661
+ 35 utility icons sourced from Font Awesome 6 Free (CC BY 4.0):
662
+
663
+ | Category | Icons |
664
+ |---|---|
665
+ | Charts | `chart-bar` ยท `chart-column` ยท `chart-line` ยท `chart-pie` ยท `chart-area` ยท `chart-simple` |
666
+ | Money | `dollar-sign` ยท `euro-sign` ยท `coins` ยท `money-bill` ยท `money-bill-wave` ยท `sack-dollar` ยท `percent` |
667
+ | Business | `briefcase` ยท `handshake` ยท `building` ยท `building-columns` ยท `landmark` ยท `store` ยท `hotel` |
668
+ | Documents | `file-invoice` ยท `file-invoice-dollar` ยท `receipt` ยท `credit-card` ยท `wallet` |
669
+ | Commerce | `tag` ยท `tags` ยท `cash-register` ยท `calculator` ยท `piggy-bank` ยท `scale-balanced` |
670
+ | Trends | `arrow-trend-up` ยท `arrow-trend-down` ยท `hand-holding-dollar` ยท `house` |
671
+
672
+ ```html
673
+ <!-- Include the icon stylesheet -->
674
+ <link rel="stylesheet" href="santy-icons.css">
675
+
676
+ <!-- Brand icon (social/dev) -->
677
+ <span class="brand-icon brand-icon-github"></span>
678
+ <span class="brand-icon brand-icon-react brand-icon-color-react brand-icon-xl"></span>
679
+
680
+ <!-- Business & Finance icon -->
681
+ <span class="icon icon-briefcase"></span>
682
+ <span class="icon icon-dollar-sign icon-xl" style="color:#16a34a;"></span>
683
+ <span class="icon icon-chart-line icon-32"></span>
684
+ ```
685
+
686
+ **Size modifiers** (same for both systems):
687
+ ```
688
+ .icon-xs .icon-sm .icon-md .icon-lg .icon-xl
689
+ .icon-2x .icon-3x .icon-4x .icon-5x .icon-6x
690
+ .icon-16 .icon-24 .icon-32 .icon-48 .icon-64
691
+ ```
692
+
693
+ **Animations:**
694
+ ```html
695
+ <span class="icon icon-coins icon-spin icon-xl" style="color:#f59e0b;"></span>
696
+ ```
697
+
698
+ > ๐ŸŽจ **[Icon Browser](https://santycss.santy.in/icons.html)** โ€” search, filter, and copy-click any icon
699
+
700
+ ---
701
+
702
+ ## What's New in v1.2
703
+
704
+ ### ๐ŸŽฌ 120+ Animations (was 70+)
705
+
706
+ **Scroll-Triggered** โ€” elements animate when they enter the viewport:
707
+ ```html
708
+ <div class="animate-on-scroll-slide-up scroll-reveal-delay-200">Reveals on scroll</div>
709
+ <!-- Add IntersectionObserver once in your JS -->
710
+ ```
711
+
712
+ **Hover-Triggered** โ€” full animations on mouse-over, not just transforms:
713
+ ```html
714
+ <button class="make-button style-primary on-hover:animate-rubber-band">Hover me</button>
715
+ <div class="animate-text-gradient-flow set-text-32 text-bold">Gradient Flow</div>
716
+ ```
717
+
718
+ **Text Animations:**
719
+ ```html
720
+ <h1 class="animate-typewriter">Hello, World!</h1>
721
+ <h2 class="animate-text-glitch">Glitch</h2>
722
+ <p class="animate-text-neon-pulse color-blue-400">Neon Pulse</p>
723
+ ```
724
+
725
+ **Staggered Entrances** โ€” children animate in sequence:
726
+ ```html
727
+ <ul class="animate-stagger-slide-up animate-stagger-children-100">
728
+ <li>Item 1</li> <!-- 0ms delay -->
729
+ <li>Item 2</li> <!-- 100ms delay -->
730
+ <li>Item 3</li> <!-- 200ms delay -->
731
+ </ul>
732
+ ```
733
+
734
+ **3D Animations:**
735
+ ```html
736
+ <div class="animate-flip-3d-y">Card flip</div>
737
+ <div class="animate-morph-blob" style="width:80px;height:80px;background:#6366f1;"></div>
738
+ <div class="animate-border-spin">Spinning border</div>
739
+ ```
740
+
741
+ **UI Feedback Animations** โ€” paired with components:
742
+ ```html
743
+ <div class="animate-toast-in">Toast notification</div>
744
+ <div class="animate-modal-in">Modal dialog</div>
745
+ <div class="animate-error-shake">Form error</div>
746
+ ```
747
+
748
+ **New helper classes:**
749
+ ```
750
+ animation-ease-bounce animation-ease-elastic animation-ease-spring
751
+ animation-direction-reverse animation-direction-alternate
752
+ animation-pause-on-hover animation-delay-750 animation-delay-1500
753
+ animation-delay-2500 animation-speed-ultra-fast
754
+ ```
755
+
756
+ ---
757
+
758
+ ### ๐Ÿงฉ Component Variant System (`make-*`)
759
+
760
+ Replaces the old `btn btn-primary` pattern with a composable modifier system:
761
+
762
+ ```html
763
+ <!-- Old way -->
764
+ <button class="btn btn-success btn-lg">Old</button>
765
+
766
+ <!-- New way -->
767
+ <button class="make-button style-success size-large shape-pill">New</button>
768
+ <button class="make-button style-danger size-small shape-rounded">Delete</button>
769
+ <div class="make-card style-elevated">
770
+ <div class="card-body">...</div>
771
+ </div>
772
+ <span class="make-badge style-success">Active</span>
773
+ <div class="make-alert style-warning">Watch out</div>
774
+ ```
775
+
776
+ **All components:** `make-button` ยท `make-card` ยท `make-badge` ยท `make-alert` ยท `make-input` ยท `make-avatar` ยท `make-spinner` ยท `make-skeleton` ยท `make-progress` ยท `make-navbar` ยท `make-tooltip` ยท `make-modal` ยท `make-drawer` ยท `make-accordion` ยท `make-dropdown`
777
+
778
+ **Style modifiers:** `style-primary` ยท `style-secondary` ยท `style-success` ยท `style-danger` ยท `style-warning` ยท `style-info` ยท `style-outline` ยท `style-ghost` ยท `style-dark` ยท `style-flat` ยท `style-elevated` ยท `style-bordered`
779
+
780
+ **Size modifiers:** `size-small` ยท `size-large` ยท `size-xl` ยท `size-full`
781
+
782
+ **Shape modifiers:** `shape-pill` ยท `shape-rounded` ยท `shape-square`
783
+
784
+ ---
785
+
786
+ ### ๐ŸŒ 20 Modern CSS Utility Groups
787
+
788
+ | Group | Classes |
789
+ |---|---|
790
+ | Container Queries | `container-query`, `cq-sm:make-flex`, `cq-md:grid-cols-3` |
791
+ | Scroll & Snap | `scroll-smooth`, `scroll-snap-x`, `scroll-snap-center`, `overscroll-contain` |
792
+ | Logical Properties | `add-padding-inline-{n}`, `ps-{n}`, `pe-{n}`, `ms-auto`, `text-start`, `text-end` |
793
+ | Fluid Typography | `text-fluid-sm` through `text-fluid-hero` (CSS `clamp()`) |
794
+ | Clip Path | `clip-circle`, `clip-hexagon`, `clip-diamond`, `clip-star`, `clip-arrow-right` |
795
+ | Gradients | `gradient-radial-from-center`, `gradient-conic`, `text-gradient-blue-to-purple` |
796
+ | Advanced Grid | `grid-auto-fit-min-200`, `masonry-cols-3`, `grid-area-header/sidebar/main/footer` |
797
+ | Advanced Typography | `text-balance`, `text-pretty`, `text-clamp-1/2/3`, `drop-cap`, `font-tabular-nums` |
798
+ | Cursor Utilities | 30 cursor types including `cursor-cell`, `cursor-copy`, `cursor-resize-ns` |
799
+ | Dynamic Viewport | `set-height-dvh`, `set-height-svh`, `set-height-lvh`, `set-min-height-dvh` |
800
+ | Color Mix / Opacity | `background-blue-500/50`, `background-white/75`, `background-mix-blue-red-50` |
801
+ | Semantic Z-index | `z-modal: 400`, `z-tooltip: 600`, `z-toast: 700`, `isolate` |
802
+ | View Transitions | `view-transition-fade`, `view-transition-slide` (View Transitions API) |
803
+ | Size Utilities | `set-size-16` through `set-size-200`, `set-size-full/screen/fit` |
804
+ | Print Utilities | `print-hidden`, `print-only`, `print-break-before`, `print-show-links` |
805
+ | Subgrid | `grid-cols-subgrid`, `span-col-subgrid-3` |
806
+ | Math / Calc | `set-width-calc-100-minus-64`, `set-height-calc-screen-minus-80`, `set-max-width-readable` |
807
+ | Pointer / Touch | `touch-none`, `touch-pan-x`, `touch-manipulation`, `will-change-transform` |
808
+ | @layer | `@layer santy-base, santy-utilities, santy-components, santy-overrides` |
809
+ | 3D Transform | `perspective-*`, `rotate-3d`, `transform-origin-*` (extended) |
810
+
811
+ ---
812
+
813
+ ### ๐Ÿค– Built for the AI Era
814
+
815
+ SantyCSS ships a **context file** (`santycss.context.md`) โ€” paste it into Claude, GPT-4, or Cursor's system prompt and the AI generates SantyCSS instead of Tailwind, every time:
816
+
817
+ ```
818
+ Paste santycss.context.md โ†’ AI writes SantyCSS instead of Tailwind
819
+ ```
820
+
821
+ The **built-in AI Generator** converts plain English โ†’ SantyCSS classes in the browser (no API key):
822
+
823
+ > "a centered flex container with green background and white text and gap"
824
+ > โ†’ `make-flex align-center justify-center background-green-500 color-white gap-16`
825
+
826
+ ---
827
+
828
+ ## Webflow
829
+
830
+ Use SantyCSS on **[Webflow](https://webflow.com/)** without a build step: add the CDN `<link>` in **Project settings โ†’ Custom Code โ†’ Head**, then enter utility classes in the **Style โ†’ Selector** field on any element.
831
+
832
+ - **[Webflow guide + copy-paste snippets + sidebar class index](https://santycss.santy.in/webflow.html)** โ€” head/footer code, optional split bundles, scroll-animation helper, design tokens.
833
+
834
+ ---
835
+
836
+ ## Installation
837
+
838
+ ```bash
839
+ npm install santycss
840
+ ```
841
+
842
+ **CDN โ€” drop in and go (recommended for beginners):**
843
+ ```html
844
+ <!-- Base utilities + components, no extended variants/animations -->
845
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-start.css">
846
+ ```
847
+
848
+ **CDN โ€” full responsive coverage:**
849
+ ```html
850
+ <!-- Core utilities (slimmed) -->
851
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-core.css">
852
+ <!-- xl:, xxl:, on-wide:, peer-*, group-*, print:, motion-*, RTL -->
853
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy-variants.css">
854
+ ```
855
+
856
+ **CDN โ€” PostCSS/Vite purge workflow (teams):**
857
+ ```html
858
+ <!-- Full bundle โ€” purge down to ~15KB with PostCSS/Vite -->
859
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/santycss/dist/santy.min.css">
860
+ ```
861
+
862
+ **Import in JS/TS (React, Vue, Next, Nuxt, Vite):**
863
+ ```js
864
+ import 'santycss/css/start'; // drop-in: base utilities + components
865
+ import 'santycss/css/core'; // utilities only (slimmed, no extended variants)
866
+ import 'santycss/css/variants'; // xl:, peer-*, group-*, print:, motion-*, RTL
867
+ import 'santycss/css'; // full bundle
868
+ import 'santycss/css/components'; // component shortcuts
869
+ import 'santycss/css/animations'; // animations only
870
+ import 'santycss/css/email'; // email-safe CSS
871
+ ```
872
+
873
+ **PostCSS:**
874
+ ```js
875
+ // postcss.config.js
876
+ module.exports = {
877
+ plugins: [require('santycss/postcss')]
878
+ };
879
+ ```
880
+
881
+ **Vite plugin:**
882
+ ```js
883
+ // vite.config.js
884
+ import santyCSS from 'santycss/vite';
885
+ export default { plugins: [santyCSS()] };
886
+ ```
887
+
888
+ ---
889
+
890
+ ## Core Naming Conventions
891
+
892
+ | Pattern | Example | Meaning |
893
+ |---|---|---|
894
+ | `add-{prop}-{n}` | `add-padding-24` | Additive โ€” border, padding, margin, shadow |
895
+ | `make-{val}` | `make-flex`, `make-circle` | Display / behaviour |
896
+ | `set-{prop}-{val}` | `set-text-24`, `set-width-320` | Dimension / size setter |
897
+ | `pin-{side}-{n}` | `pin-top-0`, `pin-center` | Absolute / fixed positioning |
898
+ | `on-hover:{class}` | `on-hover:scale-110` | State / responsive prefix |
899
+ | `md:{class}` | `md:grid-cols-3` | Responsive breakpoint |
900
+ | `make-button style-* size-* shape-*` | `make-button style-success size-large shape-pill` | Component variant system |
901
+
902
+ ---
903
+
904
+ ## Quick Examples
905
+
906
+ **Responsive hero:**
907
+ ```html
908
+ <section class="make-flex flex-column align-center justify-center text-center add-padding-y-80 background-gray-50">
909
+ <h1 class="set-text-56 text-bold color-gray-900 add-margin-bottom-16 md:set-text-40 on-mobile:set-text-32">
910
+ Build faster
911
+ </h1>
912
+ <p class="set-text-20 color-gray-500 line-height-relaxed add-margin-bottom-32">
913
+ Plain-English CSS that reads like you wrote it.
914
+ </p>
915
+ <a href="#" class="make-button style-primary size-large shape-pill on-hover:scale-105 transition-all">
916
+ Get started โ†’
917
+ </a>
918
+ </section>
919
+ ```
920
+
921
+ **Card with hover effect:**
922
+ ```html
923
+ <div class="make-card style-bordered add-border-left-4 border-color-blue-500 on-hover:scale-105 transition-all cursor-pointer add-padding-28 add-shadow-md round-corners-16">
924
+ <h3 class="set-text-20 text-bold color-gray-900 add-margin-bottom-8">Card Title</h3>
925
+ <p class="set-text-14 color-gray-500 line-height-relaxed">Card description.</p>
926
+ </div>
927
+ ```
928
+
929
+ **Dark-mode card grid:**
930
+ ```html
931
+ <div class="make-grid grid-cols-3 gap-24 on-mobile:grid-cols-1 md:grid-cols-2">
932
+ <div class="make-card style-elevated background-white dark:background-gray-800 round-corners-16 add-padding-24">
933
+ <span class="make-badge style-primary add-margin-bottom-12">New</span>
934
+ <h4 class="set-text-18 text-semibold color-gray-900 dark:color-white">Feature</h4>
935
+ <p class="set-text-14 color-gray-500 dark:color-gray-400 line-height-relaxed">Description.</p>
936
+ </div>
937
+ </div>
938
+ ```
939
+
940
+ **Scroll-triggered stagger:**
941
+ ```html
942
+ <div class="make-grid grid-cols-3 gap-24 animate-stagger-slide-up animate-stagger-children-200">
943
+ <div class="make-card style-bordered">Card 1</div>
944
+ <div class="make-card style-bordered">Card 2</div>
945
+ <div class="make-card style-bordered">Card 3</div>
946
+ </div>
947
+ <script>
948
+ new IntersectionObserver(entries => {
949
+ entries.forEach(e => { if(e.isIntersecting) e.target.classList.add('is-visible'); });
950
+ }, { threshold: 0.15 }).observe(
951
+ ...document.querySelectorAll('[class*="animate-on-scroll"],[class*="scroll-reveal"]')
952
+ );
953
+ </script>
954
+ ```
955
+
956
+ ---
957
+
958
+ ## Spacing & Sizing Reference
959
+
960
+ **Spacing values (n):** 0โ€“50 every 1px ยท 52โ€“200 every 4px ยท plus 256, 320, 384, 448, 512, 640, 768, 1024
961
+
962
+ | Category | Classes |
963
+ |---|---|
964
+ | Padding | `add-padding-{n}` ยท `-top-` ยท `-bottom-` ยท `-left-` ยท `-right-` ยท `-x-` ยท `-y-{n}` |
965
+ | Margin | `add-margin-{n}` ยท `-top-` ยท `-bottom-` ยท `-left-` ยท `-right-` ยท `-x-` ยท `-y-{n}` ยท `-x-auto` |
966
+ | Gap | `gap-{n}` ยท `gap-x-{n}` ยท `gap-y-{n}` |
967
+ | Width | `set-width-{n}` ยท `-full` ยท `-screen` ยท `-fit` |
968
+ | Height | `set-height-{n}` ยท `-full` ยท `-screen` ยท `-dvh` ยท `-svh` ยท `-lvh` |
969
+ | Text size | `set-text-{n}` (8โ€“144px) |
970
+
971
+ ---
972
+
973
+ ## Colors
974
+
975
+ 20 color families ร— 10 shades (50โ€“950):
976
+
977
+ `blue` `red` `green` `yellow` `purple` `pink` `orange` `gray` `indigo` `cyan` `teal` `rose` `violet` `emerald` `amber` `lime` `sky` `slate` `zinc` `neutral` `stone`
978
+
979
+ ```html
980
+ <p class="color-blue-500">Text</p>
981
+ <div class="background-emerald-100 border-color-emerald-400 add-border-2">Card</div>
982
+ ```
983
+
984
+ ---
985
+
986
+ ## Responsive Breakpoints
987
+
988
+ ```
989
+ sm:{class} 640px+
990
+ md:{class} 768px+
991
+ lg:{class} 1024px+
992
+ xl:{class} 1280px+
993
+ on-mobile:{class} max 767px
994
+ on-tablet:{class} 768โ€“1023px
995
+ on-desktop:{class} 1024px+
996
+ ```
997
+
998
+ ---
999
+
1000
+ ## CSS Design Tokens
1001
+
1002
+ Override to brand your entire UI with zero rebuilding:
1003
+
1004
+ ```css
1005
+ :root {
1006
+ --santy-primary: #3b82f6;
1007
+ --santy-secondary: #8b5cf6;
1008
+ --santy-accent: #10b981;
1009
+ --santy-radius: 0.5rem;
1010
+ --santy-font: 'Inter', system-ui, sans-serif;
1011
+ }
1012
+ ```
1013
+
1014
+ ---
1015
+
1016
+ ## Component Classes (Legacy)
1017
+
1018
+ The original `.btn`, `.card`, `.badge` classes still work and are fully supported:
1019
+
1020
+ ```html
1021
+ <button class="btn btn-primary btn-lg">Button</button>
1022
+ <div class="card card-body">Card</div>
1023
+ <span class="badge badge-success">Active</span>
1024
+ <div class="alert alert-warning">Warning</div>
1025
+ ```
1026
+
1027
+ For new projects, the **Component Variant System** (`make-button style-*`) is recommended.
1028
+
1029
+ ---
1030
+
1031
+ ## Files in the Package
1032
+
1033
+ | File | Size | Contents |
1034
+ |---|---|---|
1035
+ | `dist/santy-start.css` | 527KB | **CDN drop-in** โ€” base utilities + components, no extended variants/animations |
1036
+ | `dist/santy-core.css` | 310KB | Utilities only โ€” base + on-mobile/tablet/desktop/md + hover/focus |
1037
+ | `dist/santy-variants.css` | 287KB | Extended โ€” xl:, xxl:, on-wide:, peer-*, group-*, print:, motion-*, RTL |
1038
+ | `dist/santy-components.css` | 217KB | Component shortcuts only |
1039
+ | `dist/santy-animations.css` | 53KB | 120+ animations only |
1040
+ | `dist/santy.css` | 868KB | Everything โ€” full unminified bundle |
1041
+ | `dist/santy.min.css` | 758KB | Minified full bundle (purge with PostCSS/Vite โ†’ ~15KB) |
1042
+ | `dist/santy-email.css` | 13KB | Email-safe CSS for HTML email |
1043
+
1044
+ ---
1045
+
1046
+ ## Tree-shaking / Purge
1047
+
1048
+ Keep only the classes you use:
1049
+
1050
+ ```bash
1051
+ npx santycss purge --input ./src --output ./dist/santy.purged.css
1052
+ ```
1053
+
1054
+ Or in Node.js:
1055
+
1056
+ ```js
1057
+ const { purge } = require('santycss/purge');
1058
+ purge({ input: './src', output: './dist/santy.purged.css' });
1059
+ ```
1060
+
1061
+ ---
1062
+
1063
+ ## LLM / AI Integration
1064
+
1065
+ ```
1066
+ npm show santycss homepage
1067
+ โ†’ https://santycss.santy.in
1068
+ ```
1069
+
1070
+ The file `santycss.context.md` (in the GitHub repo) is a ready-made system prompt for LLMs. Paste it into your AI tool of choice and it will generate SantyCSS class names instead of Tailwind utilities.
1071
+
1072
+ ---
1073
+
1074
+ ## Links
1075
+
1076
+ - ๐ŸŒ Website: [santycss.santy.in](https://santycss.santy.in)
1077
+ - ๐Ÿ“– Class Reference: [santycss.santy.in/classes.html](https://santycss.santy.in/classes.html)
1078
+ - ๐ŸŒŠ Webflow: [santycss.santy.in/webflow.html](https://santycss.santy.in/webflow.html)
1079
+ - ๐ŸŽฌ Animations: [santycss.santy.in/animations.html](https://santycss.santy.in/animations.html)
1080
+ - ๐ŸŽฎ Live Demo: [santycss.santy.in/demo.html](https://santycss.santy.in/demo.html)
1081
+ - ๐Ÿ“ฆ npm Docs: [santycss.santy.in/docs.html](https://santycss.santy.in/docs.html)
1082
+ - ๐Ÿ› Issues: [github.com/ChintuSanty/santyCSS/issues](https://github.com/ChintuSanty/santyCSS/issues)
1083
+ - ๐Ÿ’ฌ Discussions: [GitHub Discussions](https://github.com/ChintuSanty/santyCSS/discussions/1)
1084
+
1085
+ ---
1086
+
1087
+ ## License
1088
+
1089
+ MIT ยฉ [Santy](https://github.com/ChintuSanty)