1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

docs link

This commit is contained in:
sakofchit
2022-08-11 00:49:01 -04:00
parent c3addf1651
commit 84e4993ed3
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
![system.css](https://i.imgur.com/0RbDEWz.png)
[Documentation](https://sakofchit.github.io/system.css/)
System.css is a CSS library for building interfaces that resemble Apple's System OS which ran from 1984-1991. Design-wise, not much really changed from System 1 to System 6; however this library is based on System 6 as it was the final monochrome version of MacOS.
Fortunately, this library does not use any JavaScript and is compatible with any front-end framework of your choice. Most styles can also be overwritten to allow for deeper customization.

View File

@@ -8,7 +8,7 @@
},
"scripts": {
"build": "node build.js",
"deploy:docs": "npm run build && gh-pages -d dist",
"deploy": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
},
"repository": {