oulu 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8191edb3411886853b354607f9490bff19beb2e
4
- data.tar.gz: ce22256b6e8d4aa0ecc68b4cef0363aea065b69d
3
+ metadata.gz: 750f734a79cb37627bc860b8be8c7e48c45bbc75
4
+ data.tar.gz: 5443179c7857dd8b86b306d3cf02acc3c233f78e
5
5
  SHA512:
6
- metadata.gz: 66ac48438ddf60beda788868ed15e74068f2ffbe6c26191e34f95861aab652f387187138e232692505284c0d484c9f38498b703789c91c0d89bf4ad5af47a95d
7
- data.tar.gz: dba3350c9549b91ee25389228c0aed6c617b7155c10bc89745e54528a9572eeed4faefecbbbc81863932f841909ebc0791fea25aa6bb6875531ac073ad6b9185
6
+ metadata.gz: 08a6e8ee0563b39adb785b6b7ab23e5fae26f60c0e35b751fec03d57aee8f31a7fcfee7c38cb89a6c1967efa23cd45f31a123928c62ba13dc8eb8318a1281c09
7
+ data.tar.gz: 27170fee51d7f480c36362338a1cee9a151636032425091f1dbca5bd4577bf7a0c6b3cc21e65c473882aaa65a31f535c78cb5ea7b41ca778153de41a71617914
@@ -61,4 +61,3 @@
61
61
  ///////////////////
62
62
 
63
63
  @import settings/initializers/sanitize
64
- @import settings/initializers/reset
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.8.2",
4
- "main": "app/assets/stylesheets/_oulu.sass",
3
+ "version": "0.8.3",
4
+ "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git://github.com/oulu/oulu"
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-18 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,7 +138,6 @@ files:
138
138
  - app/assets/stylesheets/settings/functions/_reverse.sass
139
139
  - app/assets/stylesheets/settings/functions/_string.sass
140
140
  - app/assets/stylesheets/settings/functions/_text.sass
141
- - app/assets/stylesheets/settings/initializers/_reset.sass
142
141
  - app/assets/stylesheets/settings/initializers/_sanitize.sass
143
142
  - app/assets/stylesheets/settings/mixins/_animation.sass
144
143
  - app/assets/stylesheets/settings/mixins/_background.sass
@@ -190,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
189
  version: '0'
191
190
  requirements: []
192
191
  rubyforge_project:
193
- rubygems_version: 2.4.5.1
192
+ rubygems_version: 2.5.1
194
193
  signing_key:
195
194
  specification_version: 4
196
195
  summary: My assets gem for middleman.
@@ -1,84 +0,0 @@
1
- html
2
- font-size: 62.5%
3
- +basic-font
4
- +prefixer(backface-visibility, hidden, webkit moz spec)
5
-
6
- .mobile
7
- // 自動文字サイズ調整
8
- +prefixer(text-size-adjust, 100%, webkit moz spec)
9
- // タップ時のハイライトカラー
10
- +prefixer(tap-highlight-color, rgba(black, 0), webkit moz spec)
11
- // リンクの長時間タップでリンク内容をポップアップで表示させない場合
12
- +prefixer(touch-callout, none, webkit moz spec)
13
-
14
- input,
15
- button,
16
- textarea
17
- margin: 0
18
- padding: 0
19
- border: none
20
- background-color: transparent
21
- outline: none
22
- +basic-font
23
-
24
- button
25
- +appearance(button)
26
-
27
- img
28
- vertical-align: bottom
29
-
30
- a
31
- outline: none
32
-
33
- hr
34
- border: none
35
-
36
- strong
37
- font-weight: bold
38
-
39
- // form
40
- #{$all-button-inputs},
41
- button
42
- cursor: pointer
43
-
44
- button::-moz-focus-inner,
45
- input::-moz-focus-inner
46
- border: 0
47
- padding: 0
48
-
49
- input,
50
- textarea
51
- border: none
52
- box-sizing: border-box
53
-
54
- button, x:-moz-any-link,
55
- input[type=button], x:-moz-any-link,
56
- input[type=submit], x:-moz-any-link
57
- line-height: normal !important
58
-
59
- input[type="file"]::-webkit-file-upload-button
60
- cursor: pointer !important
61
-
62
- // selection
63
- *::selection
64
- background: $selection-bg-color
65
- color: $selection-tx-color
66
- *::-moz-selection
67
- background: $selection-bg-color
68
- color: $selection-tx-color
69
-
70
- #{$all-text-inputs},
71
- textarea
72
- &::selection
73
- background: $input-selection-bg-color
74
- color: $input-selection-tx-color
75
- &::-moz-selection
76
- background: $input-selection-bg-color
77
- color: $input-selection-tx-color
78
-
79
- .#{$container-class-name}
80
- +rem('max-width', $container-max-width)
81
- box-sizing: border-box
82
- +margin(horizontal, auto)
83
- +padding(horizontal, $container-horizontal-padding)
84
- clear: both