forked from yandex-ui/nanoislands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nanoislands.styl
33 lines (32 loc) · 1.12 KB
/
nanoislands.styl
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
// If you use this file for custom build, you should add this:
// @import "node_modules/stylobate"
// rem = rem_px
// @import "node_modules/stylobate-islands"
// set-skin-namespace('islands')
// Import all the things
@import "blocks/mixins.styl"
@import "blocks/vars/colors.styl"
@import "blocks/vars/layout.styl"
@import "blocks/button/button.styl"
@import "blocks/popup/popup.styl"
@import "blocks/radio-button/radio-button.styl"
@import "blocks/select/select.styl"
@import "blocks/checkbox/checkbox.styl"
@import "blocks/progress/progress.styl"
@import "blocks/paranja/paranja.styl"
@import "blocks/icon/icon.styl"
@import "blocks/input/input.styl"
@import "blocks/input-group/input-group.styl"
@import "blocks/island/island.styl"
@import "blocks/dropzone/dropzone.styl"
@import "blocks/loader/loader.styl"
@import "blocks/slider/slider.styl"
@import "blocks/tabs/tabs.styl"
@import "blocks/arrow/arrow.styl"
@import "blocks/header/header.styl"
@import "blocks/user/user.styl"
@import "blocks/suggest/suggest.styl"
@import "blocks/toggler/toggler.styl"
@import "blocks/group/group.styl"
@import "blocks/gap/gap.styl"
@import "blocks/global.styl"