一套兼顾情怀&还原度&可爱的经典UI复刻方案
这是98.css的分支版本✨ 98-pink.css ✨
在原来的基础上将色调修改为粉红色和蓝色。
通过cdn导入!
https://cdn.jsdelivr.net/gh/sooooooooooooooooootheby/[email protected]/css/98-pink.css首先你需要进行npm install.
style.css这是你需要关注的地方.
原文作者让我们使用npm start去启动一个开发环境, 但是我试了一下, 浏览器会报错.
所以我自己琢磨了一下, 我们可以运行node server.js启动开发环境, 该环境将监视文件更改并重建 98.css, 在此过程中重新加载浏览器.
当你做完一切之后可以运行node build.js或者npm run build打包css文件, css会生成在dist目录下.
Refer to the GitHub issues page to see bugs in my CSS or report new ones. I'd really like to see your pull requests (especially those new to open-source!) and will happily provide code review. 98.css is a fun, silly project and I'd like to make it a fun place to build your open-source muscle.
Thank you for checking my little project out, I hope it brought you some joy today. Consider starring/following along on GitHub and maybe subscribing to more fun things on my twitter. 👋
Building the docs site: npm run deploy:docs
Publishing to npm: npm run release
