sgds-utilities-setup

Installation
SKILL.md

SGDS Utilities Setup Skill

Setup instructions for using SGDS utility classes with the sgds: prefix.

Core Concept: sgds: Prefix

All SGDS utility classes use the sgds: prefix (Tailwind v4 @theme syntax):

<!-- ✅ Correct -->
<div class="sgds:p-4 sgds:bg-primary-default sgds:text-white">Content</div>

<!-- ❌ Wrong - missing prefix -->
<div class="p-4 bg-primary-default text-white">Content</div>

Required Setup

Import Utility CSS

Installs
1
GitHub Stars
15
First Seen
Mar 12, 2026
sgds-utilities-setup — govtechsg/sgds-web-component