1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 10:25:22 +02: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";