This repository has been archived by the owner on Apr 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.scss
52 lines (49 loc) · 1.55 KB
/
_index.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// @title Основной файл с импортами модулей
// @file _index.scss
// @license MIT License
// @date 2022/01/19 18:11:28
// -----------------------------
// @author Haba Kudzaev (rx1310)
// @mail rx1310@inbox.ru
// @link https://github.com/rx1310
// ? Выставляет кодировку CSS-стилей
@charset "UTF-8";
// * Модули
@forward 'gs/prefixer/prefixer';
@forward 'gs/placeholder/placeholder';
@forward 'gs/important/important';
@forward 'gs/keyframes/keyframes';
@forward 'gs/bem/bem';
@forward 'gs/scrollbar/scrollbar';
@forward 'gs/tab-size/tab-size';
@forward 'gs/transition/transition';
@forward 'gs/opacity/opacity';
@forward 'gs/box-sizing/box-sizing';
@forward 'gs/box-shadow/box-shadow';
@forward 'gs/border-radius/border-radius';
@forward 'gs/clearfix/clearfix';
@forward 'gs/flex/flex';
@forward 'gs/hide-text/hide-text';
@forward 'gs/visually-hidden/visually-hidden';
@forward 'gs/media/media';
@forward 'gs/props/props';
// * Модули Colors
@forward 'gs/colors/amber';
@forward 'gs/colors/blue-grey';
@forward 'gs/colors/blue';
@forward 'gs/colors/brown';
@forward 'gs/colors/cyan';
@forward 'gs/colors/deep-orange';
@forward 'gs/colors/deep-purple';
@forward 'gs/colors/green';
@forward 'gs/colors/grey';
@forward 'gs/colors/indigo';
@forward 'gs/colors/light-blue';
@forward 'gs/colors/light-green';
@forward 'gs/colors/lime';
@forward 'gs/colors/orange';
@forward 'gs/colors/pink';
@forward 'gs/colors/purple';
@forward 'gs/colors/red';
@forward 'gs/colors/teal';
@forward 'gs/colors/yellow';