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.

v1.0.0

Kohei Watanabe (Jun 16, 2026, 1:50 AM +0900) 7e9b990f 5685f63f

+2 -2
+2 -2
package.json
··· 1 1 { 2 2 "name": "@fogtype/css", 3 - "version": "0.0.1", 3 + "version": "1.0.0", 4 4 "description": "A classless CSS framework", 5 5 "keywords": [ 6 6 "css" ··· 9 9 "author": "Kohei Watanabe <nebel@fogtype.com>", 10 10 "repository": { 11 11 "type": "git", 12 - "url": "https://git.fogtype.com/nebel/css.git" 12 + "url": "https://github.com/kou029w/css.git" 13 13 }, 14 14 "main": "index.css", 15 15 "publishConfig": {