You've already forked system.css
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:
@@ -1,6 +1,8 @@
|
||||
|
||||

|
||||
|
||||
[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.
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user