You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
inline svg and reference style.css appropriately
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "98.css",
|
||||
"version": "0.0.1",
|
||||
"description": "A design system for building faithful recreations of old UIs",
|
||||
"main": "style.css",
|
||||
"main": "build/style.css",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
@@ -26,6 +26,9 @@
|
||||
"homepage": "https://github.com/jdan/windows98.css#readme",
|
||||
"devDependencies": {
|
||||
"dedent": "^0.7.0",
|
||||
"ejs": "^3.0.2"
|
||||
"ejs": "^3.0.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"postcss-inline": "^1.2.0",
|
||||
"postcss-inline-svg": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user