droidcss 1.2.7 → 2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: droidcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: '2.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Gorenburg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-16 00:00:00.000000000 Z
11
+ date: 2015-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -48,6 +48,9 @@ files:
48
48
  - vendor/assets/stylesheets/droidcss/mixins/clearfix.scss
49
49
  - vendor/assets/stylesheets/droidcss/mixins/font-face.scss
50
50
  - vendor/assets/stylesheets/droidcss/mixins/gradients.scss
51
+ - vendor/assets/stylesheets/droidcss/mixins/grid-framework.scss
52
+ - vendor/assets/stylesheets/droidcss/mixins/grid-utilities.scss
53
+ - vendor/assets/stylesheets/droidcss/mixins/grid.scss
51
54
  - vendor/assets/stylesheets/droidcss/mixins/placeholder.scss
52
55
  - vendor/assets/stylesheets/droidcss/mixins/prefixer.scss
53
56
  - vendor/assets/stylesheets/droidcss/mixins/sizing.scss
@@ -56,7 +59,7 @@ files:
56
59
  - vendor/assets/stylesheets/droidcss/mixins/triangle.scss
57
60
  - vendor/assets/stylesheets/droidcss/partials/defaults.scss
58
61
  - vendor/assets/stylesheets/droidcss/partials/grid.scss
59
- - vendor/assets/stylesheets/droidcss/partials/reset.scss
62
+ - vendor/assets/stylesheets/droidcss/partials/normalize.scss
60
63
  - vendor/assets/stylesheets/droidcss/partials/setup.scss
61
64
  homepage: https://github.com/droidlabs/droidcss
62
65
  licenses:
@@ -78,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
81
  version: '0'
79
82
  requirements: []
80
83
  rubyforge_project:
81
- rubygems_version: 2.4.3
84
+ rubygems_version: 2.2.2
82
85
  signing_key:
83
86
  specification_version: 4
84
87
  summary: Small responsive framework
@@ -1,44 +0,0 @@
1
- article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
2
- audio,canvas,video{display:inline-block}
3
- audio:not([controls]){display:none;height:0}
4
- [hidden],template{display:none}
5
- html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}
6
- a{background:transparent}
7
- a,input,textarea{outline:0}
8
- h1,h2,h3,h4,h5,h6{font-size:100%;margin:0}
9
- abbr[title]{border-bottom:1px dotted}
10
- b,strong{font-weight:700}
11
- em,i{font-style:italic}
12
- hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
13
- mark{background:#ff0;color:#000}
14
- code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
15
- pre{white-space:pre-wrap}
16
- q{quotes:\201C \201D \2018 \2019}
17
- small{font-size:80%}
18
- sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
19
- sup{top:-.5em}
20
- sub{bottom:-.25em}
21
- img{border:0}
22
- svg:not(:root){overflow:hidden}
23
- fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
24
- button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
25
- button,input{line-height:normal}
26
- button,select{text-transform:none}
27
- button,html input[type=button],/* 1 */
28
- input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
29
- button[disabled],html input[disabled]{cursor:default}
30
- input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
31
- input[type=search]{-moz-box-sizing:content-box;-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}
32
- input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
33
- textarea{overflow:auto;vertical-align:top}
34
- table{border-collapse:collapse;border-spacing:0}
35
- body,figure{margin:0}
36
- legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
37
- body{cursor:default}
38
- input,textarea{cursor:text}
39
- a,label,select,button,input[type=button],input[type=submit],input[type=checkbox],input[type=radio],input[type=file]{cursor:pointer}
40
- nav ul{list-style:none;margin:0;padding:0}
41
- nav ul li{margin:0;padding:0}
42
- ::selection{text-shadow:none;color:#333;background:#FF9}
43
- ::-moz-selection{text-shadow:none;color:#333;background:#FF9}
44
- ::-webkit-selection{text-shadow:none;color:#333;background:#FF9}