charcoalcore 0.0.1.4 → 0.0.1.5

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.
@@ -81,14 +81,9 @@
81
81
  @include grid($layout);
82
82
  }@elseif $responsive == false {
83
83
  @include fixed-grid($layout);
84
- }
85
- @elseif $responsive == none {
86
-
87
84
  }
88
85
  @elseif $responsive == fluid {
89
86
  @include grid($layout);
90
- }@elseif $responsive == none {
91
- @include grid($layout);
92
87
  }
93
88
  }
94
89
 
@@ -1,96 +1,3 @@
1
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000317}}
2
- html, body, div, span, applet, object, iframe,
3
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
- a, abbr, acronym, address, big, cite, code,
5
- del, dfn, em, img, ins, kbd, q, s, samp,
6
- small, strike, strong, sub, sup, tt, var,
7
- b, u, i, center,
8
- dl, dt, dd, ol, ul, li,
9
- fieldset, form, label, legend,
10
- table, caption, tbody, tfoot, thead, tr, th, td,
11
- article, aside, canvas, details, embed,
12
- figure, figcaption, footer, header, hgroup,
13
- menu, nav, output, ruby, section, summary,
14
- time, mark, audio, video {
15
- margin: 0;
16
- padding: 0;
17
- border: 0;
18
- font: inherit;
19
- font-size: 100%;
20
- vertical-align: baseline;
21
- }
22
-
23
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000322}}
24
- html {
25
- line-height: 1;
26
- }
27
-
28
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000324}}
29
- ol, ul {
30
- list-style: none;
31
- }
32
-
33
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000326}}
34
- table {
35
- border-collapse: collapse;
36
- border-spacing: 0;
37
- }
38
-
39
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000328}}
40
- caption, th, td {
41
- text-align: left;
42
- font-weight: normal;
43
- vertical-align: middle;
44
- }
45
-
46
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000330}}
47
- q, blockquote {
48
- quotes: none;
49
- }
50
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003103}}
51
- q:before, q:after, blockquote:before, blockquote:after {
52
- content: "";
53
- content: none;
54
- }
55
-
56
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000332}}
57
- a img {
58
- border: none;
59
- }
60
-
61
- @media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/1\.8\/gems\/compass-0\.12\.2\/frameworks\/compass\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003116}}
62
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
63
- display: block;
64
- }
65
-
66
- /**
67
- * @tags: responsive grid || _resonsive-grid.scss || Skeleton 960 | Skeleton 1200 | Responsify
68
- */
69
- /*
70
- * Skeleton V1.1
71
- * Copyright 2011, Dave Gamache
72
- * www.getskeleton.com
73
- * Free to use under the MIT license.
74
- * http://www.opensource.org/licenses/mit-license.php
75
- * 8/17/2011
76
- */
77
- /**
78
- * @tags: getskeleton variable
79
- * @extend: swap between 960 or 1200
80
- * @format: $layout: 960;
81
- */
82
- /**
83
- * @tags: fixed grid
84
- */
85
- /*****************/
86
- /**
87
- * @tags: enable or disable responsive grid
88
- */
89
- /*****************/
90
- /*****************/
91
- /**
92
- * @tags: core mixins library
93
- */
94
1
  /*****************/
95
2
  /**
96
3
  * @file _core.functions.scss
@@ -1,6 +1,5 @@
1
1
  // This is where you put the contents of the main stylesheet for the user's project.
2
2
  // It should import your sass stylesheets and demonstrate how to use them.
3
3
 
4
- $responsive: none;
5
4
 
6
- @import "../../stylesheets/_charcoalcore";
5
+ @import "../../stylesheets/charcoalcore/_core-functions";
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.0.1.4
9
+ - 5
10
+ version: 0.0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Responsiveness