1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Set default less and css to new default name

This commit is contained in:
Joubert RedRat
2016-11-03 16:31:05 -02:00
parent fc55182a4c
commit ff54e4d929
6 changed files with 35 additions and 44 deletions

13
public/less/index.less Normal file
View File

@@ -0,0 +1,13 @@
@import "_emojify";
@import "_base";
@import "_markdown";
@import "_home";
@import "_install";
@import "_form";
@import "_repository";
@import "_editor";
@import "_organization";
@import "_user";
@import "_dashboard";
@import "_admin";
@import "_explore";