bulma-rails 0.0.20 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/stylesheets/bulma.sass +5 -7
  4. data/app/assets/stylesheets/{bulma → sass}/base/base.sass +1 -2
  5. data/app/assets/stylesheets/{bulma → sass}/base/generic.sass +0 -0
  6. data/app/assets/stylesheets/{bulma → sass}/base/helpers.sass +0 -0
  7. data/app/assets/stylesheets/{bulma → sass}/base/highlight.sass +0 -0
  8. data/app/assets/stylesheets/{bulma → sass}/components/card.sass +0 -0
  9. data/app/assets/stylesheets/{bulma → sass}/components/components.sass +5 -5
  10. data/app/assets/stylesheets/{bulma → sass}/components/grid.sass +9 -0
  11. data/app/assets/stylesheets/{bulma → sass}/components/media.sass +0 -0
  12. data/app/assets/stylesheets/{bulma → sass}/components/menu.sass +0 -0
  13. data/app/assets/stylesheets/{bulma/elements/messages.sass → sass/components/message.sass} +0 -0
  14. data/app/assets/stylesheets/{bulma → sass}/components/modal.sass +0 -0
  15. data/app/assets/stylesheets/{bulma → sass}/components/navbar.sass +0 -0
  16. data/app/assets/stylesheets/{bulma → sass}/components/pagination.sass +0 -0
  17. data/app/assets/stylesheets/{bulma → sass}/components/panel.sass +0 -0
  18. data/app/assets/stylesheets/{bulma → sass}/components/tabs.sass +0 -0
  19. data/app/assets/stylesheets/{bulma/elements/buttons.sass → sass/elements/button.sass} +0 -0
  20. data/app/assets/stylesheets/{bulma/base → sass/elements}/content.sass +0 -0
  21. data/app/assets/stylesheets/{bulma → sass}/elements/controls.sass +0 -0
  22. data/app/assets/stylesheets/{bulma → sass}/elements/elements.sass +7 -5
  23. data/app/assets/stylesheets/{bulma/elements/images.sass → sass/elements/image.sass} +0 -0
  24. data/app/assets/stylesheets/{bulma/elements/notifications.sass → sass/elements/notification.sass} +0 -0
  25. data/app/assets/stylesheets/{bulma → sass}/elements/progress.sass +0 -0
  26. data/app/assets/stylesheets/{bulma/components → sass/elements}/table.sass +7 -7
  27. data/app/assets/stylesheets/{bulma/elements/titles.sass → sass/elements/title.sass} +1 -1
  28. data/app/assets/stylesheets/{bulma → sass}/layout/footer.sass +0 -0
  29. data/app/assets/stylesheets/{bulma → sass}/layout/header.sass +0 -0
  30. data/app/assets/stylesheets/{bulma → sass}/layout/hero.sass +1 -0
  31. data/app/assets/stylesheets/{bulma → sass}/layout/layout.sass +0 -0
  32. data/app/assets/stylesheets/{bulma → sass}/layout/section.sass +0 -0
  33. data/app/assets/stylesheets/{bulma → sass}/utilities/animations.sass +0 -0
  34. data/app/assets/stylesheets/{bulma → sass}/utilities/functions.sass +0 -0
  35. data/app/assets/stylesheets/{bulma → sass}/utilities/mixins.sass +0 -0
  36. data/app/assets/stylesheets/{bulma → sass}/utilities/reset.sass +0 -0
  37. data/app/assets/stylesheets/{bulma → sass}/utilities/utilities.sass +1 -0
  38. data/app/assets/stylesheets/sass/utilities/variables.sass +145 -0
  39. data/bulma-rails.gemspec +1 -1
  40. metadata +37 -38
  41. data/app/assets/stylesheets/bulma/config/generated-variables.sass +0 -78
  42. data/app/assets/stylesheets/bulma/config/variables.sass +0 -52
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 774aebc8a2a7798b3ac5da9809a0e5bf0ee34dd4
4
- data.tar.gz: d0e1e3b77d460242d664108908b1efb1db27a92e
3
+ metadata.gz: 0acd4d0cdc013db40dbc67e2ec9c20976629b445
4
+ data.tar.gz: 7d9021c83668d66baa58b82e4b67d11aa49db655
5
5
  SHA512:
6
- metadata.gz: 64fec80c16757c05cfe31bfd25e370b46412407705f843d57e511866f752dbd1ee0b5801956d8dda327841a58fcfa799da8aa8ed176cc35353106a7f1b8d7a2b
7
- data.tar.gz: a40ebaaccd6b6a793e4671216384d1e0b6e07e15828e92f0aa9445788dfc600b5622e6fd326c6f7e6ecd6b536854ea23159edc52fe9f8e6ab590ae646f187c87
6
+ metadata.gz: 9525d525e230aa38b53d338b844854c564a7bb639deb789a7f6e27066ef6c4782b46c97c8af0c77a758279946dbebce08c20d6defdedb6fd2a100773f02dcf9d
7
+ data.tar.gz: 9daa92e8c6d57b6f20f57f96ee07ef4672dca66233f7c079e0f74662dc96ef58a5fd6abc6a78bdde4e59f0b6cc9eb77396408b12b17b96c22cb8337a43555607
data/README.md CHANGED
@@ -8,7 +8,7 @@ A modern CSS framework based on Flexbox.
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
- gem "bulma-rails", "~> 0.0.20"
11
+ gem "bulma-rails", "~> 0.0.23"
12
12
 
13
13
  And then execute:
14
14
 
@@ -1,9 +1,7 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "bulma/utilities/utilities"
4
- @import "bulma/config/variables"
5
- @import "bulma/config/generated-variables"
6
- @import "bulma/base/base"
7
- @import "bulma/elements/elements"
8
- @import "bulma/components/components"
9
- @import "bulma/layout/layout"
3
+ @import "sass/utilities/utilities"
4
+ @import "sass/base/base"
5
+ @import "sass/elements/elements"
6
+ @import "sass/components/components"
7
+ @import "sass/layout/layout"
@@ -1,6 +1,5 @@
1
1
  @charset "utf-8"
2
2
 
3
3
  @import "generic"
4
- @import "content"
5
- @import "highlight"
6
4
  @import "helpers"
5
+ @import "highlight"
@@ -1,15 +1,15 @@
1
1
  @charset "utf-8"
2
2
 
3
- @import "grid"
4
- @import "navbar"
5
3
  @import "card"
6
- @import "table"
7
- @import "tabs"
4
+ @import "grid"
8
5
  @import "media"
9
6
  @import "menu"
7
+ @import "message"
8
+ @import "modal"
9
+ @import "navbar"
10
10
  @import "pagination"
11
11
  @import "panel"
12
- @import "modal"
12
+ @import "tabs"
13
13
 
14
14
  .box
15
15
  @extend .block
@@ -1,6 +1,8 @@
1
1
  .column
2
2
  flex: 1
3
3
  padding: 10px
4
+ .columns.is-mobile > &.is-narrow
5
+ flex: none
4
6
  .columns.is-mobile > &.is-full
5
7
  flex: none
6
8
  width: 100%
@@ -36,6 +38,8 @@
36
38
  .columns.is-mobile > &.is-offset-#{$i}
37
39
  margin-left: ($i / 12) * 100%
38
40
  +mobile
41
+ &.is-narrow-mobile
42
+ flex: none
39
43
  &.is-full-mobile
40
44
  flex: none
41
45
  width: 100%
@@ -71,6 +75,9 @@
71
75
  &.is-offset-#{$i}-mobile
72
76
  margin-left: ($i / 12) * 100%
73
77
  +tablet
78
+ &.is-narrow,
79
+ &.is-narrow-tablet
80
+ flex: none
74
81
  &.is-full,
75
82
  &.is-full-tablet
76
83
  flex: none
@@ -119,6 +126,8 @@
119
126
  &.is-offset-#{$i}-tablet
120
127
  margin-left: ($i / 12) * 100%
121
128
  +desktop
129
+ &.is-narrow-desktop
130
+ flex: none
122
131
  &.is-full-desktop
123
132
  flex: none
124
133
  width: 100%
@@ -1,12 +1,14 @@
1
1
  @charset "utf-8"
2
2
 
3
3
  @import "controls"
4
- @import "buttons"
5
- @import "titles"
6
- @import "images"
7
- @import "messages"
8
- @import "notifications"
4
+
5
+ @import "button"
6
+ @import "content"
7
+ @import "image"
8
+ @import "notification"
9
9
  @import "progress"
10
+ @import "table"
11
+ @import "title"
10
12
 
11
13
  .delete
12
14
  +unselectable
@@ -10,18 +10,18 @@
10
10
  padding: 8px 10px
11
11
  vertical-align: top
12
12
  // Modifiers
13
- &.table-icon
13
+ &.is-icon
14
14
  padding: 5px
15
15
  text-align: center
16
16
  white-space: nowrap
17
17
  width: 1%
18
18
  .fa
19
19
  +fa(21px, 24px)
20
- &.table-link
20
+ &.is-link
21
21
  padding: 0
22
22
  & > a
23
23
  padding: 5px
24
- &.table-link
24
+ &.is-link
25
25
  padding: 0
26
26
  & > a
27
27
  display: block
@@ -29,7 +29,7 @@
29
29
  &:hover
30
30
  background: $link
31
31
  color: $link-invert
32
- &.table-narrow
32
+ &.is-narrow
33
33
  white-space: nowrap
34
34
  width: 1%
35
35
  th
@@ -70,13 +70,13 @@
70
70
  th
71
71
  padding: 5px 10px
72
72
  // Modifiers
73
- &.table-icon
73
+ &.is-icon
74
74
  padding: 2px
75
- &.table-link
75
+ &.is-link
76
76
  padding: 0
77
77
  & > a
78
78
  padding: 2px
79
- &.table-link
79
+ &.is-link
80
80
  padding: 0
81
81
  & > a
82
82
  padding: 5px 10px
@@ -2,7 +2,7 @@
2
2
  .subtitle
3
3
  @extend .block
4
4
  font-weight: $weight-title-normal
5
- word-break: break-all
5
+ word-break: break-word
6
6
  em,
7
7
  span
8
8
  font-weight: $weight-title-normal
@@ -64,6 +64,7 @@
64
64
  color: inherit
65
65
  .subtitle
66
66
  color: rgba($color-invert, 0.7)
67
+ a,
67
68
  strong
68
69
  color: $color-invert
69
70
  .header .container
@@ -4,3 +4,4 @@
4
4
  @import "functions"
5
5
  @import "mixins"
6
6
  @import "animations"
7
+ @import "variables"
@@ -0,0 +1,145 @@
1
+ // 1. Initial variables
2
+
3
+ // Colors
4
+
5
+ $grey-darker: #222324 !default
6
+ $grey-dark: #69707a !default
7
+ $grey: #aeb1b5 !default
8
+ $grey-light: #d3d6db !default
9
+ $grey-lighter: #f5f7fa !default
10
+
11
+ $blue: #42afe3 !default
12
+ $green: #97cd76 !default
13
+ $orange: #f68b39 !default
14
+ $purple: #847bb9 !default
15
+ $red: #ed6c63 !default
16
+ $turquoise: #1fc8db !default
17
+ $yellow: #fce473 !default
18
+
19
+ // Typography
20
+
21
+ $family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
22
+ $family-monospace: "Source Code Pro", "Monaco", "Inconsolata", monospace !default
23
+
24
+ $size-1: 48px !default
25
+ $size-2: 40px !default
26
+ $size-3: 28px !default
27
+ $size-4: 24px !default
28
+ $size-5: 18px !default
29
+ $size-6: 14px !default
30
+
31
+ $size-7: 11px !default
32
+
33
+ $weight-title-normal: 300 !default
34
+ $weight-title-bold: 500 !default
35
+
36
+ // Breakpoints
37
+
38
+ $tablet: 769px !default
39
+ $desktop: 980px !default
40
+ $widescreen: 1180px !default
41
+
42
+ // Dimensions
43
+
44
+ $column-gap: 20px !default
45
+
46
+ $header-height: 50px !default
47
+
48
+ // Miscellaneous
49
+
50
+ $easing: ease-out !default
51
+ $radius: 3px !default
52
+ $speed: 86ms !default
53
+
54
+ // 2. Primary colors
55
+
56
+ $primary: $turquoise !default
57
+
58
+ $info: $blue !default
59
+ $success: $green !default
60
+ $warning: $yellow !default
61
+ $danger: $red !default
62
+
63
+ $dark: $grey-darker !default
64
+
65
+ $text: $grey-dark !default
66
+
67
+ // 3. Generated variables
68
+
69
+ // Invert colors
70
+
71
+ $primary-invert: findColorInvert($primary) !default
72
+
73
+ $info-invert: findColorInvert($info) !default
74
+ $success-invert: findColorInvert($success) !default
75
+ $warning-invert: findColorInvert($warning) !default
76
+ $danger-invert: findColorInvert($danger) !default
77
+
78
+ $dark-invert: findColorInvert($dark) !default
79
+
80
+ // General colors
81
+
82
+ $body-background: $grey-lighter !default
83
+
84
+ $background: $grey-lighter !default
85
+
86
+ $border: $grey-light !default
87
+ $border-hover: $grey !default
88
+
89
+ // Text colors
90
+
91
+ $text-invert: findColorInvert($text) !default
92
+ $text-light: $grey !default
93
+ $text-strong: $grey-darker !default
94
+
95
+ // Code colors
96
+
97
+ $code: $red !default
98
+ $code-background: $background !default
99
+
100
+ $pre: $text !default
101
+ $pre-background: $background !default
102
+
103
+ // Link colors
104
+
105
+ $link: $primary !default
106
+ $link-invert: $primary-invert !default
107
+ $link-visited: $purple !default
108
+
109
+ $link-hover: $grey-darker !default
110
+ $link-hover-background: $grey-lighter !default
111
+ $link-hover-border: $grey-darker !default
112
+
113
+ $link-active: $grey-darker !default
114
+ $link-active-border: $grey-darker !default
115
+
116
+ // Control colors
117
+
118
+ $control: $text-strong !default
119
+ $control-background: $text-invert !default
120
+ $control-border: $border !default
121
+
122
+ $control-hover: $link-hover !default
123
+ $control-hover-border: $border-hover !default
124
+
125
+ $control-active: $link !default
126
+ $control-active-background: $link !default
127
+ $control-active-background-invert: $link-invert !default
128
+ $control-active-border: $link !default
129
+
130
+ // Typography
131
+
132
+ $family-primary: $family-sans-serif !default
133
+ $family-code: $family-monospace !default
134
+
135
+ $size-small: $size-7 !default
136
+ $size-normal: $size-6 !default
137
+ $size-medium: $size-5 !default
138
+ $size-large: $size-3 !default
139
+ $size-huge: $size-1 !default
140
+
141
+ // 4. Lists and maps
142
+
143
+ $colors: (dark: ($dark, $dark-invert), primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert)) !default
144
+
145
+ $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 !default
data/bulma-rails.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'bulma-rails'
5
- gem.version = '0.0.20'
5
+ gem.version = '0.0.23'
6
6
  gem.date = Date.today
7
7
  gem.authors = ["Joshua Jansen"]
8
8
  gem.email = ["joshuajansen88@gmail.com"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Jansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-15 00:00:00.000000000 Z
11
+ date: 2016-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -34,42 +34,41 @@ files:
34
34
  - ".gitignore"
35
35
  - README.md
36
36
  - app/assets/stylesheets/bulma.sass
37
- - app/assets/stylesheets/bulma/base/base.sass
38
- - app/assets/stylesheets/bulma/base/content.sass
39
- - app/assets/stylesheets/bulma/base/generic.sass
40
- - app/assets/stylesheets/bulma/base/helpers.sass
41
- - app/assets/stylesheets/bulma/base/highlight.sass
42
- - app/assets/stylesheets/bulma/components/card.sass
43
- - app/assets/stylesheets/bulma/components/components.sass
44
- - app/assets/stylesheets/bulma/components/grid.sass
45
- - app/assets/stylesheets/bulma/components/media.sass
46
- - app/assets/stylesheets/bulma/components/menu.sass
47
- - app/assets/stylesheets/bulma/components/modal.sass
48
- - app/assets/stylesheets/bulma/components/navbar.sass
49
- - app/assets/stylesheets/bulma/components/pagination.sass
50
- - app/assets/stylesheets/bulma/components/panel.sass
51
- - app/assets/stylesheets/bulma/components/table.sass
52
- - app/assets/stylesheets/bulma/components/tabs.sass
53
- - app/assets/stylesheets/bulma/config/generated-variables.sass
54
- - app/assets/stylesheets/bulma/config/variables.sass
55
- - app/assets/stylesheets/bulma/elements/buttons.sass
56
- - app/assets/stylesheets/bulma/elements/controls.sass
57
- - app/assets/stylesheets/bulma/elements/elements.sass
58
- - app/assets/stylesheets/bulma/elements/images.sass
59
- - app/assets/stylesheets/bulma/elements/messages.sass
60
- - app/assets/stylesheets/bulma/elements/notifications.sass
61
- - app/assets/stylesheets/bulma/elements/progress.sass
62
- - app/assets/stylesheets/bulma/elements/titles.sass
63
- - app/assets/stylesheets/bulma/layout/footer.sass
64
- - app/assets/stylesheets/bulma/layout/header.sass
65
- - app/assets/stylesheets/bulma/layout/hero.sass
66
- - app/assets/stylesheets/bulma/layout/layout.sass
67
- - app/assets/stylesheets/bulma/layout/section.sass
68
- - app/assets/stylesheets/bulma/utilities/animations.sass
69
- - app/assets/stylesheets/bulma/utilities/functions.sass
70
- - app/assets/stylesheets/bulma/utilities/mixins.sass
71
- - app/assets/stylesheets/bulma/utilities/reset.sass
72
- - app/assets/stylesheets/bulma/utilities/utilities.sass
37
+ - app/assets/stylesheets/sass/base/base.sass
38
+ - app/assets/stylesheets/sass/base/generic.sass
39
+ - app/assets/stylesheets/sass/base/helpers.sass
40
+ - app/assets/stylesheets/sass/base/highlight.sass
41
+ - app/assets/stylesheets/sass/components/card.sass
42
+ - app/assets/stylesheets/sass/components/components.sass
43
+ - app/assets/stylesheets/sass/components/grid.sass
44
+ - app/assets/stylesheets/sass/components/media.sass
45
+ - app/assets/stylesheets/sass/components/menu.sass
46
+ - app/assets/stylesheets/sass/components/message.sass
47
+ - app/assets/stylesheets/sass/components/modal.sass
48
+ - app/assets/stylesheets/sass/components/navbar.sass
49
+ - app/assets/stylesheets/sass/components/pagination.sass
50
+ - app/assets/stylesheets/sass/components/panel.sass
51
+ - app/assets/stylesheets/sass/components/tabs.sass
52
+ - app/assets/stylesheets/sass/elements/button.sass
53
+ - app/assets/stylesheets/sass/elements/content.sass
54
+ - app/assets/stylesheets/sass/elements/controls.sass
55
+ - app/assets/stylesheets/sass/elements/elements.sass
56
+ - app/assets/stylesheets/sass/elements/image.sass
57
+ - app/assets/stylesheets/sass/elements/notification.sass
58
+ - app/assets/stylesheets/sass/elements/progress.sass
59
+ - app/assets/stylesheets/sass/elements/table.sass
60
+ - app/assets/stylesheets/sass/elements/title.sass
61
+ - app/assets/stylesheets/sass/layout/footer.sass
62
+ - app/assets/stylesheets/sass/layout/header.sass
63
+ - app/assets/stylesheets/sass/layout/hero.sass
64
+ - app/assets/stylesheets/sass/layout/layout.sass
65
+ - app/assets/stylesheets/sass/layout/section.sass
66
+ - app/assets/stylesheets/sass/utilities/animations.sass
67
+ - app/assets/stylesheets/sass/utilities/functions.sass
68
+ - app/assets/stylesheets/sass/utilities/mixins.sass
69
+ - app/assets/stylesheets/sass/utilities/reset.sass
70
+ - app/assets/stylesheets/sass/utilities/utilities.sass
71
+ - app/assets/stylesheets/sass/utilities/variables.sass
73
72
  - bulma-rails.gemspec
74
73
  - lib/bulma-rails.rb
75
74
  homepage: https://github.com/joshuajansen/bulma-rails
@@ -1,78 +0,0 @@
1
- // Colors
2
-
3
- $dark: $grey-darker
4
- $dark-invert: findColorInvert($dark)
5
-
6
- $primary-invert: findColorInvert($primary)
7
- $info: $blue
8
- $info-invert: findColorInvert($info)
9
- $success: $green
10
- $success-invert: findColorInvert($success)
11
- $warning: $yellow
12
- $warning-invert: findColorInvert($warning)
13
- $danger: $red
14
- $danger-invert: findColorInvert($danger)
15
-
16
- $colors: (dark: ($dark, $dark-invert), primary: ($primary, $primary-invert), info: ($info, $info-invert), success: ($success, $success-invert), warning: ($warning, $warning-invert), danger: ($danger, $danger-invert))
17
-
18
- $body-background: $grey-lighter
19
-
20
- $background: $grey-lighter
21
-
22
- $border: $grey-light
23
- $border-hover: $grey
24
-
25
- // Text
26
-
27
- $text: $grey-dark
28
- $text-invert: findColorInvert($text)
29
- $text-light: $grey
30
- $text-strong: $grey-darker
31
-
32
- // Code
33
-
34
- $code: $red
35
- $code-background: $background
36
-
37
- $pre: $text
38
- $pre-background: $background
39
-
40
- // Links
41
-
42
- $link: $primary
43
- $link-invert: $primary-invert
44
- $link-visited: $purple
45
-
46
- $link-hover: $grey-darker
47
- $link-hover-background: $grey-lighter
48
- $link-hover-border: $grey-darker
49
-
50
- $link-active: $grey-darker
51
- $link-active-border: $grey-darker
52
-
53
- // Controls
54
-
55
- $control: $text-strong
56
- $control-background: $text-invert
57
- $control-border: $border
58
-
59
- $control-hover: $link-hover
60
- $control-hover-border: $border-hover
61
-
62
- $control-active: $link
63
- $control-active-background: $link
64
- $control-active-background-invert: $link-invert
65
- $control-active-border: $link
66
-
67
- // Typography
68
-
69
- $family-primary: $family-sans-serif
70
- $family-code: $family-monospace
71
-
72
- $size-small: $size-7
73
- $size-normal: $size-6
74
- $size-medium: $size-5
75
- $size-large: $size-3
76
- $size-huge: $size-1
77
-
78
- $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6
@@ -1,52 +0,0 @@
1
- // Colors
2
-
3
- $grey-darker: #222324
4
- $grey-dark: #69707a
5
- $grey: #aeb1b5
6
- $grey-light: #d3d6db
7
- $grey-lighter: #f5f7fa
8
-
9
- $blue: #42afe3
10
- $green: #97cd76
11
- $orange: #f68b39
12
- $purple: #847bb9
13
- $red: #ed6c63
14
- $turquoise: #1fc8db
15
- $yellow: #fce473
16
-
17
- $primary: $turquoise
18
-
19
- // Typography
20
-
21
- $family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif
22
- $family-monospace: "Source Code Pro", "Monaco", "Inconsolata", monospace
23
-
24
- $size-1: 48px
25
- $size-2: 40px
26
- $size-3: 28px
27
- $size-4: 24px
28
- $size-5: 18px
29
- $size-6: 14px
30
-
31
- $size-7: 11px
32
-
33
- $weight-title-normal: 300
34
- $weight-title-bold: 500
35
-
36
- // Breakpoints
37
-
38
- $tablet: 769px
39
- $desktop: 980px
40
- $widescreen: 1180px
41
-
42
- // Dimensions
43
-
44
- $column-gap: 20px
45
-
46
- $header-height: 50px
47
-
48
- // Miscellaneous
49
-
50
- $easing: ease-out
51
- $radius: 3px
52
- $speed: 86ms