Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eronana/riot-patch
Generate one line command to patch Riot.im to custom styles
https://github.com/eronana/riot-patch
Last synced: 6 days ago
JSON representation
Generate one line command to patch Riot.im to custom styles
- Host: GitHub
- URL: https://github.com/eronana/riot-patch
- Owner: Eronana
- Created: 2019-10-17T04:24:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T15:36:19.000Z (about 5 years ago)
- Last Synced: 2024-10-20T14:28:31.687Z (18 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# riot-patch
## 开发环境
- macOS
- NodeJS
- make## 说明
把要增加或修改的CSS, 写在`style.css`了, 对于诸如颜色等因主体不同而异的值, 情定义在`variables.css`里.## 构建
- 运行`make`即可得到给用户使用的命令
- 运行`make test`来查看输出的css内容