A minimal, classless CSS framework that conveys structure through typography and spacing alone. fogtype.tngl.io/css/
0

Configure Feed

Select the types of activity you want to include in your feed.

v0.0.1

Kohei Watanabe (Jun 16, 2026, 1:45 AM +0900) 5685f63f 27d2672c

+5 -2
+5 -2
package.json
··· 1 1 { 2 2 "name": "@fogtype/css", 3 - "version": "1.0.0", 3 + "version": "0.0.1", 4 4 "description": "A classless CSS framework", 5 5 "keywords": [ 6 6 "css" ··· 11 11 "type": "git", 12 12 "url": "https://git.fogtype.com/nebel/css.git" 13 13 }, 14 - "main": "index.css" 14 + "main": "index.css", 15 + "publishConfig": { 16 + "access": "public" 17 + } 15 18 }