mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
2590707122
Corollary to #26775: All selectors I found that are actually used and not necessarily present in the current code have been copied to `web_src/css/base.css`. Everything else should be a clean removal.
46 lines
829 B
JSON
46 lines
829 B
JSON
{
|
|
"version": "2.8.7",
|
|
"base": "node_modules/fomantic-ui",
|
|
"paths": {
|
|
"source": {
|
|
"config": "src/theme.config",
|
|
"definitions": "src/definitions/",
|
|
"site": "src/site/",
|
|
"themes": "src/themes/"
|
|
},
|
|
"output": {
|
|
"packaged": "../../build/",
|
|
"uncompressed": "../../build/components/",
|
|
"compressed": "../../build/components/",
|
|
"themes": "../../build/themes/"
|
|
},
|
|
"clean": "../../build/"
|
|
},
|
|
"permission": false,
|
|
"autoInstall": false,
|
|
"rtl": false,
|
|
"admin": false,
|
|
"components": [
|
|
"api",
|
|
"button",
|
|
"checkbox",
|
|
"container",
|
|
"dimmer",
|
|
"dropdown",
|
|
"form",
|
|
"grid",
|
|
"header",
|
|
"input",
|
|
"label",
|
|
"list",
|
|
"menu",
|
|
"message",
|
|
"modal",
|
|
"search",
|
|
"segment",
|
|
"site",
|
|
"tab",
|
|
"table"
|
|
]
|
|
}
|