You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/guides/css/css-guide.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# Semantic UI CSS Guide
2
2
3
-
**Purpose**: Canonical patterns for CSS architecture and styling
3
+
> Last Updated: 2025-11-14
4
+
5
+
**Purpose**: Canonical patterns for CSS architecture and styling
4
6
**Audience**: All developers building custom components
5
7
6
8
## Core Philosophy
7
9
8
10
Write minimal, maintainable CSS that leverages the design token system and mirrors HTML structure through natural nesting patterns.
9
11
12
+
> **Code formatting and comment hierarchy**: See `/ai/guides/development/code-formatting.md` for dprint rules and the three-level comment hierarchy for organizing large files.
Copy file name to clipboardExpand all lines: ai/meta/context-manifest.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,13 @@
74
74
"approxTokens": 26000,
75
75
"description": "Comprehensive guide to Semantic UI's build system: commands, architecture, scripts, plugins, and the two-system design for JS libraries and web components"
0 commit comments