mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
afdab9d8d4
Remove this small, but unnecessary [module](https://fomantic-ui.com/elements/image.html) and use `img` selector over previous `.image`. Did a few tests, could not notice any visual regression. Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
56 lines
970 B
JSON
56 lines
970 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",
|
|
"breadcrumb",
|
|
"button",
|
|
"card",
|
|
"checkbox",
|
|
"comment",
|
|
"container",
|
|
"dimmer",
|
|
"divider",
|
|
"dropdown",
|
|
"form",
|
|
"grid",
|
|
"header",
|
|
"icon",
|
|
"input",
|
|
"item",
|
|
"label",
|
|
"list",
|
|
"loader",
|
|
"menu",
|
|
"message",
|
|
"modal",
|
|
"reset",
|
|
"search",
|
|
"segment",
|
|
"site",
|
|
"tab",
|
|
"table",
|
|
"text",
|
|
"transition"
|
|
]
|
|
}
|