oulu 0.19.1 → 1.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +0 -30
  3. data/app/assets/stylesheets/_oulu-base.sass +1 -3
  4. data/app/assets/stylesheets/_oulu.sass +9 -24
  5. data/app/assets/stylesheets/helpers/_block.sass +33 -9
  6. data/app/assets/stylesheets/helpers/_margin-padding.sass +108 -33
  7. data/app/assets/stylesheets/helpers/_position.sass +8 -32
  8. data/app/assets/stylesheets/helpers/_typoglaphy.sass +9 -25
  9. data/app/assets/stylesheets/modules/buttons/_button-base.sass +35 -89
  10. data/app/assets/stylesheets/modules/buttons/_button-helper.sass +12 -39
  11. data/app/assets/stylesheets/modules/buttons/_buttons.sass +6 -22
  12. data/app/assets/stylesheets/modules/buttons/styles/_border.sass +8 -6
  13. data/app/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass +10 -8
  14. data/app/assets/stylesheets/modules/buttons/styles/_flat-round.sass +7 -5
  15. data/app/assets/stylesheets/modules/buttons/styles/_material.sass +4 -2
  16. data/app/assets/stylesheets/modules/buttons/styles/_normal.sass +13 -10
  17. data/app/assets/stylesheets/modules/buttons/styles/_super-bold-border.sass +29 -19
  18. data/app/assets/stylesheets/modules/glitch/_glitch.sass +2 -3
  19. data/app/assets/stylesheets/modules/glitch/_glitch.sass~organize-modules +31 -0
  20. data/app/assets/stylesheets/modules/web-fonts/_font-awsome.sass +17 -0
  21. data/app/assets/stylesheets/modules/web-fonts/_icomoon.sass +2 -0
  22. data/app/assets/stylesheets/settings/functions/_animation.sass +90 -0
  23. data/app/assets/stylesheets/settings/functions/_background.sass +16 -31
  24. data/app/assets/stylesheets/settings/functions/_color.sass +29 -15
  25. data/app/assets/stylesheets/settings/functions/_display.sass +1 -1
  26. data/app/assets/stylesheets/settings/functions/_length.sass +0 -7
  27. data/app/assets/stylesheets/settings/functions/_map.sass +0 -52
  28. data/app/assets/stylesheets/settings/functions/_math.sass +0 -12
  29. data/app/assets/stylesheets/settings/functions/_number.sass +2 -18
  30. data/app/assets/stylesheets/settings/functions/_string.sass +0 -19
  31. data/app/assets/stylesheets/settings/initializers/_reboot.sass +2 -24
  32. data/app/assets/stylesheets/settings/initializers/_sanitize.sass +102 -75
  33. data/app/assets/stylesheets/settings/mixins/_animation.sass +32 -0
  34. data/app/assets/stylesheets/settings/mixins/_background.sass +2 -2
  35. data/app/assets/stylesheets/settings/mixins/_balloon-tail.sass +89 -281
  36. data/app/assets/stylesheets/settings/mixins/_basic-font.sass +1 -1
  37. data/app/assets/stylesheets/settings/mixins/_block.sass +1 -29
  38. data/app/assets/stylesheets/settings/mixins/_form.sass +18 -0
  39. data/app/assets/stylesheets/settings/mixins/_grid.sass +44 -151
  40. data/app/assets/stylesheets/settings/mixins/_ie-hacks.sass +1 -7
  41. data/app/assets/stylesheets/settings/mixins/_link.sass +1 -10
  42. data/app/assets/stylesheets/settings/mixins/_list.sass +20 -0
  43. data/app/assets/stylesheets/settings/mixins/_margin-padding.sass +1 -1
  44. data/app/assets/stylesheets/settings/mixins/_rem.sass +3 -1
  45. data/app/assets/stylesheets/settings/mixins/_responsive-utilities.sass +151 -62
  46. data/app/assets/stylesheets/settings/mixins/_text.sass +27 -29
  47. data/app/assets/stylesheets/settings/mixins/grid/_grid-framework.scss +81 -0
  48. data/app/assets/stylesheets/settings/mixins/grid/_grid.scss +122 -0
  49. data/app/assets/stylesheets/settings/variables/_default.sass +115 -29
  50. data/app/assets/stylesheets/settings/variables/_modules.sass +24 -37
  51. data/bower.json +1 -1
  52. data/lib/oulu/version.rb +1 -1
  53. data/lib/oulu.rb +5 -9
  54. data/oulu.gemspec +3 -3
  55. data/package.json +1 -1
  56. metadata +20 -69
  57. data/app/assets/stylesheets/_oulu-functions-after-variables.sass +0 -6
  58. data/app/assets/stylesheets/_oulu-functions-before-variables.sass +0 -20
  59. data/app/assets/stylesheets/_oulu-functions.sass +0 -21
  60. data/app/assets/stylesheets/_oulu-helpers.sass +0 -10
  61. data/app/assets/stylesheets/_oulu-initializers.sass +0 -6
  62. data/app/assets/stylesheets/_oulu-mixins.sass +0 -28
  63. data/app/assets/stylesheets/_oulu-variables.sass +0 -7
  64. data/app/assets/stylesheets/helpers/_margin.sass +0 -36
  65. data/app/assets/stylesheets/helpers/_padding.sass +0 -35
  66. data/app/assets/stylesheets/helpers/_visibility.sass +0 -67
  67. data/app/assets/stylesheets/modules/buttons/_button-sizes.sass +0 -156
  68. data/app/assets/stylesheets/modules/buttons/styles/_flat.sass +0 -61
  69. data/app/assets/stylesheets/modules/buttons/styles/_simple.sass +0 -51
  70. data/app/assets/stylesheets/modules/buttons/styles/_standard.sass +0 -63
  71. data/app/assets/stylesheets/modules/text-style/_amazlet.sass +0 -38
  72. data/app/assets/stylesheets/modules/text-style/_disabled-h1.sass +0 -23
  73. data/app/assets/stylesheets/modules/text-style/_link-card.sass +0 -67
  74. data/app/assets/stylesheets/modules/text-style/_list.sass +0 -16
  75. data/app/assets/stylesheets/modules/text-style/_long-text-style.sass +0 -207
  76. data/app/assets/stylesheets/modules/text-style/_twitter-tweet.sass +0 -9
  77. data/app/assets/stylesheets/modules/themes/admin/_admin.sass +0 -59
  78. data/app/assets/stylesheets/modules/themes/admin/_base.sass +0 -34
  79. data/app/assets/stylesheets/modules/themes/admin/blocks/admin/_admin-page-header.sass +0 -9
  80. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-actions.sass +0 -36
  81. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-flash.sass +0 -58
  82. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-file.sass +0 -33
  83. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-inputs.sass +0 -13
  84. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-radio.sass +0 -82
  85. data/app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form.sass +0 -117
  86. data/app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header-nav.sass +0 -22
  87. data/app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header-show-mobile-nav.sass +0 -8
  88. data/app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header.sass +0 -19
  89. data/app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-breadcrumbs.sass +0 -45
  90. data/app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-stack-nav.sass +0 -51
  91. data/app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-tabs-nav.sass +0 -49
  92. data/app/assets/stylesheets/modules/themes/admin/blocks/navs/_pagination.sass +0 -63
  93. data/app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table-form.sass +0 -10
  94. data/app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table-sort.sass +0 -21
  95. data/app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table.sass +0 -82
  96. data/app/assets/stylesheets/modules/themes/admin/settings/_admin-colors.sass +0 -101
  97. data/app/assets/stylesheets/modules/themes/style-guide/_base.sass +0 -5
  98. data/app/assets/stylesheets/modules/themes/style-guide/_style-guide.sass +0 -43
  99. data/app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass +0 -42
  100. data/app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-global-nav.sass +0 -32
  101. data/app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-header.sass +0 -12
  102. data/app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-section.sass +0 -8
  103. data/app/assets/stylesheets/modules/themes/style-guide/settings/_style-guide-colors.sass +0 -33
  104. data/app/assets/stylesheets/modules/web-fonts/_playfair.sass +0 -11
  105. data/app/assets/stylesheets/settings/functions/_assign-inputs.sass +0 -35
  106. data/app/assets/stylesheets/settings/functions/_flex.sass +0 -70
  107. data/app/assets/stylesheets/settings/mixins/_break-points.sass +0 -37
  108. data/app/assets/stylesheets/settings/mixins/_flex.sass +0 -5
  109. data/app/assets/stylesheets/settings/mixins/_font-awesome.sass +0 -56
  110. data/app/assets/stylesheets/settings/mixins/_word-wrap.sass +0 -8
  111. data/app/assets/stylesheets/settings/mixins/grid/_grid-framework.sass +0 -42
  112. data/app/assets/stylesheets/settings/mixins/grid/_grid.sass +0 -15
  113. data/app/assets/stylesheets/settings/variables/_sanitize.sass +0 -20
  114. data/circle.yml +0 -13
@@ -1,9 +1,3 @@
1
- /////////////////
2
- // base-px
3
- ////////////////
4
-
5
- $base-px: 16px !default
6
-
7
1
  /////////////////
8
2
  // positions
9
3
  ////////////////
@@ -13,50 +7,142 @@ $horizontal: left right !default
13
7
  $vertical: top bottom !default
14
8
 
15
9
  /////////////////
16
- // grids
10
+ // layout
17
11
  ////////////////
18
12
 
19
13
  $container-class-name: container !default
14
+ $container-max-width: 1100px !default
15
+ $container-horizontal-padding: 16px !default
16
+
17
+ /////////////////
18
+ // grids
19
+ ////////////////
20
+
21
+ // screens
22
+ //== Media queries breakpoints
23
+ //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
24
+
25
+ // Extra small screen / phone
26
+ //** Deprecated `$screen-xs` as of v3.0.1
27
+ $screen-xs: 480px !default
28
+ //** Deprecated `$screen-xs-min` as of v3.2.0
29
+ $screen-xs-min: $screen-xs !default
30
+ //** Deprecated `$screen-phone` as of v3.0.1
31
+ $screen-phone: $screen-xs-min !default
32
+
33
+ // Small screen / tablet
34
+ //** Deprecated `$screen-sm` as of v3.0.1
35
+ $screen-sm: 768px !default
36
+ $screen-sm-min: $screen-sm !default
37
+ //** Deprecated `$screen-tablet` as of v3.0.1
38
+ $screen-tablet: $screen-sm-min !default
20
39
 
21
- =_assert-ascending($map, $map-name)
22
- $prev-key: null
23
- $prev-num: null
24
- @each $key, $num in $map
25
- @if $prev-num != null and $prev-num >= $num
26
- @warn "Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !"
27
- $prev-key: $key
28
- $prev-num: $num
40
+ // Medium screen / desktop
41
+ //** Deprecated `$screen-md` as of v3.0.1
42
+ $screen-md: 992px !default
43
+ $screen-md-min: $screen-md !default
44
+ //** Deprecated `$screen-desktop` as of v3.0.1
45
+ $screen-desktop: $screen-md-min !default
29
46
 
30
- $grid-breakpoints: (xs: 0, sm: 34em, md: 48em, lg: 62em, xl: 75em) !default
31
- +_assert-ascending($grid-breakpoints, "$grid-breakpoints")
32
- $container-max-width: 72.25rem!default
47
+ // Large screen / wide desktop
48
+ //** Deprecated `$screen-lg` as of v3.0.1
49
+ $screen-lg: 1200px !default
50
+ $screen-lg-min: $screen-lg !default
51
+ //** Deprecated `$screen-lg-desktop` as of v3.0.1
52
+ $screen-lg-desktop: $screen-lg-min !default
53
+
54
+ // So media queries don't overlap when required, provide a maximum
55
+ $screen-xs-max: ($screen-sm-min - 1) !default
56
+ $screen-sm-max: ($screen-md-min - 1) !default
57
+ $screen-md-max: ($screen-lg-min - 1) !default
58
+ $screen-lg-max: ($screen-lg-min - 1) !default
33
59
 
34
60
  // 横一列の最大カラム数
35
61
  $grid-columns: 12 !default
36
62
  // カラムとカラムの間のスペース
37
- $grid-gutter-width: 2rem !default
63
+ $grid-gutter-width: 32px
64
+
65
+
66
+ //== Container sizes
67
+ //## Define the maximum width of `.container` for different screen sizes.
68
+
69
+ // Small screen / tablet
70
+ $container-tablet: (720px + $grid-gutter-width) !default
71
+ //** For `$screen-sm-min` and up.
72
+ $container-sm: $container-tablet !default
73
+
74
+ // Medium screen / desktop
75
+ $container-desktop: (940px + $grid-gutter-width) !default
76
+ //** For `$screen-md-min` and up.
77
+ $container-md: $container-desktop !default
78
+
79
+ // Large screen / wide desktop
80
+ $container-large-desktop: (1140px + $grid-gutter-width) !default
81
+ //** For `$screen-lg-min` and up.
82
+ $container-lg: $container-large-desktop !default
38
83
 
39
84
  /////////////////
40
85
  // font
41
86
  ////////////////
42
87
 
43
- $basic-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !default
88
+ $fw: 400 !default
89
+
90
+ $basic-sans-serif: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif !default
44
91
  $basic-bold-sans-serif: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
45
- $basic-serif: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho,'MS P明朝','MS PMincho', serif !default
92
+ $basic-serif: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "游明朝", YuMincho,'MS P明朝','MS PMincho', serif !default
46
93
  $basic-mono: Osaka-mono, "MS Gothic", monospace !default
47
94
  $basic-maru: "Varela Round", "Lucida Grande", "Lucida Sans Unicode", Roboto, "Droid Sans", "HG丸ゴシックM-PRO", "Hiragino Maru Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif !default
48
95
  $basic-fonts: $basic-sans-serif !default
49
- $basic-bold-font-weight: bold !default
50
96
 
51
97
  /////////////////
52
98
  // text colors
53
99
  ////////////////
54
100
 
55
- $default-text: #444444 !default
101
+ $default-text: #434a54 !default
56
102
  $reversal-text: white !default
57
- $muted-text: #ccc !default
58
- $placeholder-text: $muted-text !default
59
- $bright-text: $reversal-text !default
60
- $dark-text: $default-text !default
61
- $text-input-color: $default-text !default
62
- $background-color: #fff !default
103
+ $bright-text-color: $reversal-text !default
104
+ $dark-text-color: $default-text !default
105
+
106
+ /////////////////
107
+ // luma contrast color
108
+ ////////////////
109
+
110
+ $luma-contrast-bright-color: $default-text !default
111
+ $luma-contrast-dark-color: $reversal-text !default
112
+
113
+ /////////////////
114
+ // SNS colors
115
+ ////////////////
116
+
117
+ $twitter: #55acee !default
118
+ $facebook: #3b5998 !default
119
+ $hatena: #008FDE !default
120
+ $pocket: #f23c53 !default
121
+
122
+ /////////////////
123
+ // sanitize.css
124
+ ////////////////
125
+
126
+ $root-background-color: #FFFFFF !default
127
+ $root-box-sizing: border-box !default
128
+ $root-color: $default-text !default
129
+ $root-cursor: default !default
130
+ $root-font-family: $basic-sans-serif !default
131
+ $root-font-size: 100% !default
132
+ $root-line-height: 1.5 !default
133
+ $root-text-rendering: optimizeLegibility !default
134
+
135
+ $anchor-text-decoration: none !default
136
+ $background-repeat: no-repeat !default
137
+ $form-element-background-color: transparent !default
138
+ $form-element-min-height: if(unitless($root-line-height), #{$root-line-height}em, if(unit($root-line-height) != "%", $root-line-height, null)) !default
139
+ $media-element-vertical-align: middle !default
140
+ $monospace-font-family: $basic-mono !default
141
+ $nav-list-style: none !default
142
+ $selection-background-color: #B3D4FC !default
143
+ $selection-color: #ffffff !default
144
+ $selection-text-shadow: none !default
145
+ $small-font-size: 75% !default
146
+ $table-border-collapse: collapse !default
147
+ $table-border-spacing: 0 !default
148
+ $textarea-resize: vertical !default
@@ -1,3 +1,12 @@
1
+ /////////////////
2
+ // brand colors
3
+ ////////////////
4
+
5
+ $base-color: white !default
6
+ $main-color: #4FC1E9 !default
7
+ $sub-color: #FFCE54 !default
8
+ $accent-color: #FC6E51 !default
9
+
1
10
  /////////////////
2
11
  // UI colors
3
12
  ////////////////
@@ -9,51 +18,29 @@ $info: #37bc9b !default
9
18
  $warning: #f6bb42 !default
10
19
  $danger: #da4453 !default
11
20
 
21
+ $primary-text: luma_add_contrast($base-color, $primary) !default
22
+ $info-text: luma_add_contrast($base-color, $info) !default
23
+ $success-text: luma_add_contrast($base-color, $success) !default
24
+ $warning-text: luma_add_contrast($base-color, $warning) !default
25
+ $danger-text: luma_add_contrast($base-color, $danger) !default
26
+ $faint-text: gray !default
27
+
12
28
  /////////////////
13
29
  // buttons
14
30
  ////////////////
15
31
 
16
- $xs-button-font-size: .75rem !default
17
- $sm-button-font-size: .875rem !default
18
- $md-button-font-size: 1rem !default
19
- $lg-button-font-size: 1.125rem !default
20
- $xl-button-font-size: 1.25rem !default
32
+ $xs-button-font-size: 12px !default
33
+ $sm-button-font-size: 14px !default
34
+ $md-button-font-size: 16px !default
35
+ $lg-button-font-size: 18px !default
36
+ $xl-button-font-size: 20px !default
21
37
 
22
38
  $button-sizes: xs, sm, md, lg, xl !default
23
39
  $button-color-names: secondary, primary, success, info, warning, danger !default
24
- $button-styles: normal, border, bold-border, flat, flat-emboss, material, flat-round, super-bold-border, standard !default
25
-
26
- $button-xs-height-ratio: 2.85 !default
27
- $button-sm-height-ratio: 2.65 !default
28
- $button-md-height-ratio: 2.85 !default
29
- $button-lg-height-ratio: 2.85 !default
30
- $button-xl-height-ratio: 2.85 !default
31
-
32
- $button-xs-width-ratio: 1.6 !default
33
- $button-sm-width-ratio: 1.6 !default
34
- $button-md-width-ratio: 1.6 !default
35
- $button-lg-width-ratio: 1.6 !default
36
- $button-xl-width-ratio: 1.6 !default
37
-
38
- $button-xs-horizontal-padding: 1 !default
39
- $button-sm-horizontal-padding: 1 !default
40
- $button-md-horizontal-padding: 1 !default
41
- $button-lg-horizontal-padding: 1 !default
42
- $button-xl-horizontal-padding: 1 !default
43
-
44
- $button-checked-color: #4FC1E9 !default
45
- $button-checked-icon-color: #FC6E51 !default
46
-
47
- /////////////////
48
- // SNS colors
49
- ////////////////
40
+ $button-styles: normal, border, bold-border, flat-emboss, material, flat-round, super-bold-border !default
50
41
 
51
- $twitter: #55acee !default
52
- $facebook: #3b5998 !default
53
- $hatena: #008FDE !default
54
- $pocket: #f23c53 !default
55
- $line: #2cbf20 !default
56
- $google-plus: #f14c2a !default
42
+ $checked: shade($main-color, 30%)
43
+ $checked-icon: $sub-color
57
44
 
58
45
  /////////////////
59
46
  // tab navs
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.18.5",
3
+ "version": "1.0.0.beta1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.19.1"
2
+ VERSION = "1.0.0.beta1"
3
3
  end
data/lib/oulu.rb CHANGED
@@ -5,18 +5,14 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
5
5
 
6
6
  require "oulu/generator"
7
7
  require "oulu/version"
8
+ require 'sass'
8
9
  require 'oulu'
9
10
 
10
- module Oulu
11
- @components ||= []
12
- class << self
13
- attr_accessor :components
14
-
15
- def load_paths
16
- components.flat_map(&:load_paths)
17
- end
18
- end
11
+ unless defined?(Sass)
12
+ require 'sass'
13
+ end
19
14
 
15
+ module Oulu
20
16
  if defined?(Rails) && defined?(Rails::Engine)
21
17
  class Engine < ::Rails::Engine
22
18
  require 'oulu/engine'
data/oulu.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Oulu::VERSION
9
9
  spec.authors = ["machida"]
10
10
  spec.email = ["machidanohimitsu@gmail.com"]
11
- spec.description = %q{Sass mixins.}
12
- spec.summary = %q{Sass mixins.}
11
+ spec.description = %q{This gem provides assets files for Middleman Project.}
12
+ spec.summary = %q{My assets gem for middleman.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
@@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_runtime_dependency("thor")
21
+ spec.add_runtime_dependency("thor", "~> 0.19")
22
22
  spec.add_runtime_dependency("rake")
23
23
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.18.5",
3
+ "version": "1.0.0.beta1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 1.0.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-27 00:00:00.000000000 Z
11
+ date: 2016-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '0.19'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '0.19'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Sass mixins.
41
+ description: This gem provides assets files for Middleman Project.
42
42
  email:
43
43
  - machidanohimitsu@gmail.com
44
44
  executables: []
@@ -50,75 +50,30 @@ files:
50
50
  - README.md
51
51
  - Rakefile
52
52
  - app/assets/stylesheets/_oulu-base.sass
53
- - app/assets/stylesheets/_oulu-functions-after-variables.sass
54
- - app/assets/stylesheets/_oulu-functions-before-variables.sass
55
- - app/assets/stylesheets/_oulu-functions.sass
56
- - app/assets/stylesheets/_oulu-helpers.sass
57
- - app/assets/stylesheets/_oulu-initializers.sass
58
- - app/assets/stylesheets/_oulu-mixins.sass
59
- - app/assets/stylesheets/_oulu-variables.sass
60
53
  - app/assets/stylesheets/_oulu.sass
61
54
  - app/assets/stylesheets/helpers/_block.sass
62
55
  - app/assets/stylesheets/helpers/_border.sass
63
56
  - app/assets/stylesheets/helpers/_font-awsome.sass
64
57
  - app/assets/stylesheets/helpers/_margin-padding.sass
65
- - app/assets/stylesheets/helpers/_margin.sass
66
- - app/assets/stylesheets/helpers/_padding.sass
67
58
  - app/assets/stylesheets/helpers/_position.sass
68
59
  - app/assets/stylesheets/helpers/_typoglaphy.sass
69
- - app/assets/stylesheets/helpers/_visibility.sass
70
60
  - app/assets/stylesheets/modules/amazlet/_amazlet.sass
71
61
  - app/assets/stylesheets/modules/buttons/_button-base.sass
72
62
  - app/assets/stylesheets/modules/buttons/_button-helper.sass
73
- - app/assets/stylesheets/modules/buttons/_button-sizes.sass
74
63
  - app/assets/stylesheets/modules/buttons/_buttons.sass
75
64
  - app/assets/stylesheets/modules/buttons/styles/_border.sass
76
65
  - app/assets/stylesheets/modules/buttons/styles/_flat-emboss.sass
77
66
  - app/assets/stylesheets/modules/buttons/styles/_flat-round.sass
78
- - app/assets/stylesheets/modules/buttons/styles/_flat.sass
79
67
  - app/assets/stylesheets/modules/buttons/styles/_material.sass
80
68
  - app/assets/stylesheets/modules/buttons/styles/_normal.sass
81
- - app/assets/stylesheets/modules/buttons/styles/_simple.sass
82
- - app/assets/stylesheets/modules/buttons/styles/_standard.sass
83
69
  - app/assets/stylesheets/modules/buttons/styles/_super-bold-border.sass
84
70
  - app/assets/stylesheets/modules/glitch/_glitch.sass
71
+ - app/assets/stylesheets/modules/glitch/_glitch.sass~organize-modules
85
72
  - app/assets/stylesheets/modules/navs/_tabs-nav.sass
86
73
  - app/assets/stylesheets/modules/text-input/_text-inputs.sass
87
- - app/assets/stylesheets/modules/text-style/_amazlet.sass
88
- - app/assets/stylesheets/modules/text-style/_disabled-h1.sass
89
- - app/assets/stylesheets/modules/text-style/_link-card.sass
90
- - app/assets/stylesheets/modules/text-style/_list.sass
91
- - app/assets/stylesheets/modules/text-style/_long-text-style.sass
92
- - app/assets/stylesheets/modules/text-style/_twitter-tweet.sass
93
- - app/assets/stylesheets/modules/themes/admin/_admin.sass
94
- - app/assets/stylesheets/modules/themes/admin/_base.sass
95
- - app/assets/stylesheets/modules/themes/admin/blocks/admin/_admin-page-header.sass
96
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-actions.sass
97
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-flash.sass
98
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-file.sass
99
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-inputs.sass
100
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form-radio.sass
101
- - app/assets/stylesheets/modules/themes/admin/blocks/form/_admin-form.sass
102
- - app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header-nav.sass
103
- - app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header-show-mobile-nav.sass
104
- - app/assets/stylesheets/modules/themes/admin/blocks/header/_admin-header.sass
105
- - app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-breadcrumbs.sass
106
- - app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-stack-nav.sass
107
- - app/assets/stylesheets/modules/themes/admin/blocks/navs/_admin-tabs-nav.sass
108
- - app/assets/stylesheets/modules/themes/admin/blocks/navs/_pagination.sass
109
- - app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table-form.sass
110
- - app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table-sort.sass
111
- - app/assets/stylesheets/modules/themes/admin/blocks/table/_admin-table.sass
112
- - app/assets/stylesheets/modules/themes/admin/settings/_admin-colors.sass
113
- - app/assets/stylesheets/modules/themes/style-guide/_base.sass
114
- - app/assets/stylesheets/modules/themes/style-guide/_style-guide.sass
115
- - app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-color.sass
116
- - app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-global-nav.sass
117
- - app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-header.sass
118
- - app/assets/stylesheets/modules/themes/style-guide/blocks/_style-guide-section.sass
119
- - app/assets/stylesheets/modules/themes/style-guide/settings/_style-guide-colors.sass
120
74
  - app/assets/stylesheets/modules/web-fonts/_cousine.sass
121
75
  - app/assets/stylesheets/modules/web-fonts/_droid-sans.sass
76
+ - app/assets/stylesheets/modules/web-fonts/_font-awsome.sass
122
77
  - app/assets/stylesheets/modules/web-fonts/_icomoon.sass
123
78
  - app/assets/stylesheets/modules/web-fonts/_inconsolata.sass
124
79
  - app/assets/stylesheets/modules/web-fonts/_lato.sass
@@ -126,7 +81,6 @@ files:
126
81
  - app/assets/stylesheets/modules/web-fonts/_montserrat.sass
127
82
  - app/assets/stylesheets/modules/web-fonts/_old-standard.sass
128
83
  - app/assets/stylesheets/modules/web-fonts/_open-sans.sass
129
- - app/assets/stylesheets/modules/web-fonts/_playfair.sass
130
84
  - app/assets/stylesheets/modules/web-fonts/_podkova.sass
131
85
  - app/assets/stylesheets/modules/web-fonts/_pt-sans.sass
132
86
  - app/assets/stylesheets/modules/web-fonts/_raleway.sass
@@ -142,7 +96,7 @@ files:
142
96
  - app/assets/stylesheets/modules/web-fonts/_ubuntu.sass
143
97
  - app/assets/stylesheets/modules/web-fonts/_varela-round.sass
144
98
  - app/assets/stylesheets/modules/web-fonts/_vt323.sass
145
- - app/assets/stylesheets/settings/functions/_assign-inputs.sass
99
+ - app/assets/stylesheets/settings/functions/_animation.sass
146
100
  - app/assets/stylesheets/settings/functions/_background.sass
147
101
  - app/assets/stylesheets/settings/functions/_bool.sass
148
102
  - app/assets/stylesheets/settings/functions/_border.sass
@@ -150,7 +104,6 @@ files:
150
104
  - app/assets/stylesheets/settings/functions/_content.sass
151
105
  - app/assets/stylesheets/settings/functions/_cursor.sass
152
106
  - app/assets/stylesheets/settings/functions/_display.sass
153
- - app/assets/stylesheets/settings/functions/_flex.sass
154
107
  - app/assets/stylesheets/settings/functions/_image.sass
155
108
  - app/assets/stylesheets/settings/functions/_length.sass
156
109
  - app/assets/stylesheets/settings/functions/_list.sass
@@ -164,21 +117,21 @@ files:
164
117
  - app/assets/stylesheets/settings/functions/_timing.sass
165
118
  - app/assets/stylesheets/settings/initializers/_reboot.sass
166
119
  - app/assets/stylesheets/settings/initializers/_sanitize.sass
120
+ - app/assets/stylesheets/settings/mixins/_animation.sass
167
121
  - app/assets/stylesheets/settings/mixins/_background.sass
168
122
  - app/assets/stylesheets/settings/mixins/_balloon-tail.sass
169
123
  - app/assets/stylesheets/settings/mixins/_basic-font.sass
170
124
  - app/assets/stylesheets/settings/mixins/_block.sass
171
125
  - app/assets/stylesheets/settings/mixins/_border-radius.sass
172
126
  - app/assets/stylesheets/settings/mixins/_border.sass
173
- - app/assets/stylesheets/settings/mixins/_break-points.sass
174
127
  - app/assets/stylesheets/settings/mixins/_filters.sass
175
- - app/assets/stylesheets/settings/mixins/_flex.sass
176
- - app/assets/stylesheets/settings/mixins/_font-awesome.sass
128
+ - app/assets/stylesheets/settings/mixins/_form.sass
177
129
  - app/assets/stylesheets/settings/mixins/_grid.sass
178
130
  - app/assets/stylesheets/settings/mixins/_ie-hacks.sass
179
131
  - app/assets/stylesheets/settings/mixins/_image.sass
180
132
  - app/assets/stylesheets/settings/mixins/_line.sass
181
133
  - app/assets/stylesheets/settings/mixins/_link.sass
134
+ - app/assets/stylesheets/settings/mixins/_list.sass
182
135
  - app/assets/stylesheets/settings/mixins/_margin-padding.sass
183
136
  - app/assets/stylesheets/settings/mixins/_overlay.sass
184
137
  - app/assets/stylesheets/settings/mixins/_positions.sass
@@ -187,14 +140,11 @@ files:
187
140
  - app/assets/stylesheets/settings/mixins/_responsive-utilities.sass
188
141
  - app/assets/stylesheets/settings/mixins/_table.sass
189
142
  - app/assets/stylesheets/settings/mixins/_text.sass
190
- - app/assets/stylesheets/settings/mixins/_word-wrap.sass
191
- - app/assets/stylesheets/settings/mixins/grid/_grid-framework.sass
192
- - app/assets/stylesheets/settings/mixins/grid/_grid.sass
143
+ - app/assets/stylesheets/settings/mixins/grid/_grid-framework.scss
144
+ - app/assets/stylesheets/settings/mixins/grid/_grid.scss
193
145
  - app/assets/stylesheets/settings/variables/_default.sass
194
146
  - app/assets/stylesheets/settings/variables/_modules.sass
195
- - app/assets/stylesheets/settings/variables/_sanitize.sass
196
147
  - bower.json
197
- - circle.yml
198
148
  - index.js
199
149
  - lib/oulu.rb
200
150
  - lib/oulu/engine.rb
@@ -218,12 +168,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
218
168
  version: '0'
219
169
  required_rubygems_version: !ruby/object:Gem::Requirement
220
170
  requirements:
221
- - - ">="
171
+ - - ">"
222
172
  - !ruby/object:Gem::Version
223
- version: '0'
173
+ version: 1.3.1
224
174
  requirements: []
225
- rubygems_version: 3.0.3
175
+ rubyforge_project:
176
+ rubygems_version: 2.5.1
226
177
  signing_key:
227
178
  specification_version: 4
228
- summary: Sass mixins.
179
+ summary: My assets gem for middleman.
229
180
  test_files: []
@@ -1,6 +0,0 @@
1
- ///////////////////
2
- // functions after variables
3
- ///////////////////
4
-
5
- @import settings/functions/number
6
- @import settings/functions/color
@@ -1,20 +0,0 @@
1
- ///////////////////
2
- // functions before variables
3
- ///////////////////
4
-
5
- @import settings/functions/math
6
- @import settings/functions/timing
7
- @import settings/functions/list
8
- @import settings/functions/string
9
- @import settings/functions/length
10
- @import settings/functions/map
11
- @import settings/functions/bool
12
- @import settings/functions/position
13
- @import settings/functions/text
14
- @import settings/functions/reverse
15
- @import settings/functions/image
16
- @import settings/functions/background
17
- @import settings/functions/border
18
- @import settings/functions/display
19
- @import settings/functions/assign-inputs
20
- @import settings/functions/flex
@@ -1,21 +0,0 @@
1
- ///////////////////
2
- // functions
3
- ///////////////////
4
-
5
- @import settings/functions/math
6
- @import settings/functions/timing
7
- @import settings/functions/list
8
- @import settings/functions/number
9
- @import settings/functions/string
10
- @import settings/functions/length
11
- @import settings/functions/map
12
- @import settings/functions/bool
13
- @import settings/functions/position
14
- @import settings/functions/text
15
- @import settings/functions/reverse
16
- @import settings/functions/color
17
- @import settings/functions/image
18
- @import settings/functions/background
19
- @import settings/functions/border
20
- @import settings/functions/animation
21
- @import settings/functions/display
@@ -1,10 +0,0 @@
1
- ///////////////////
2
- // helpers
3
- ///////////////////
4
-
5
- @import helpers/block
6
- @import helpers/border
7
- @import helpers/font-awsome
8
- @import helpers/margin-padding
9
- @import helpers/position
10
- @import helpers/typoglaphy
@@ -1,6 +0,0 @@
1
- ///////////////////
2
- // initializers
3
- ///////////////////
4
-
5
- @import settings/initializers/sanitize
6
- @import settings/initializers/reboot
@@ -1,28 +0,0 @@
1
- ///////////////////
2
- // mixins
3
- ///////////////////
4
-
5
- @import settings/mixins/rem
6
- @import settings/mixins/basic-font
7
- @import settings/mixins/resets
8
- @import settings/mixins/text
9
- @import settings/mixins/positions
10
- @import settings/mixins/block
11
- @import settings/mixins/link
12
- @import settings/mixins/border
13
- @import settings/mixins/border-radius
14
- @import settings/mixins/table
15
- @import settings/mixins/overlay
16
- @import settings/mixins/balloon-tail
17
- @import settings/mixins/margin-padding
18
- @import settings/mixins/grid/grid-framework
19
- @import settings/mixins/grid/grid
20
- @import settings/mixins/break-points
21
- @import settings/mixins/grid
22
- @import settings/mixins/responsive-utilities
23
- @import settings/mixins/background
24
- @import settings/mixins/line
25
- @import settings/mixins/image
26
- @import settings/mixins/word-wrap
27
- @import settings/mixins/flex
28
- @import settings/mixins/font-awesome
@@ -1,7 +0,0 @@
1
- ///////////////////
2
- // variables
3
- ///////////////////
4
-
5
- @import settings/variables/default
6
- @import settings/variables/sanitize
7
- @import settings/variables/modules