59 lines
1.2 KiB
SCSS
59 lines
1.2 KiB
SCSS
/* === reset css start === */
|
|
@import 'reset';
|
|
/* === reset css end === */
|
|
|
|
/* === color css start === */
|
|
@import 'color';
|
|
/* === color css end === */
|
|
|
|
/* === bg css start === */
|
|
@import 'bg';
|
|
/* === bg css end === */
|
|
|
|
/* === shadow css start === */
|
|
@import 'shadow';
|
|
/* === shadow css end === */
|
|
|
|
/* === size css start === */
|
|
@import 'size';
|
|
/* === size css end === */
|
|
|
|
/* === spacing css start === */
|
|
@import 'spacing';
|
|
/* === spacing css end === */
|
|
|
|
/* === spacing css start === */
|
|
@import 'radius';
|
|
/* === spacing css end === */
|
|
|
|
/* === animation css start === */
|
|
@import 'animation';
|
|
/* === animation css end === */
|
|
|
|
/* === typography css start === */
|
|
@import 'typography';
|
|
/* === typography css end === */
|
|
|
|
/* === text-align css start === */
|
|
@import 'text-align';
|
|
/* === text-align css end === */
|
|
|
|
/* === border css start === */
|
|
@import 'border';
|
|
/* === border css end === */
|
|
|
|
/* === hover css start === */
|
|
@import 'hover';
|
|
/* === hover css end === */
|
|
|
|
/* === overlay css start === */
|
|
@import 'overlay';
|
|
/* === overlay css end === */
|
|
|
|
/* === position css start === */
|
|
@import 'position';
|
|
/* === position css end === */
|
|
|
|
/* === kanban css start === */
|
|
@import 'kanban';
|
|
/* === kanban css end === */ |