소스 검색

Add main file for switch theming

master
Ilya Daynatovich 9 년 전
부모
커밋
429325ca6d
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      css/main.scss
  2. 5
    0
      css/themes/_main.scss

+ 1
- 1
css/main.scss 파일 보기

30
 /* Fonts END */
30
 /* Fonts END */
31
 
31
 
32
 /* Theme  BEGIN */
32
 /* Theme  BEGIN */
33
-@import "themes/light";
33
+@import "themes/main";
34
 /* Theme END */
34
 /* Theme END */
35
 
35
 
36
 /* Modules BEGIN */
36
 /* Modules BEGIN */

+ 5
- 0
css/themes/_main.scss 파일 보기

1
+/**
2
+* Switch themes here
3
+*/
4
+
5
+@import "light";

Loading…
취소
저장