compass-unsemantic 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmFkNDU3ODQxYWE0ZmUzMTFhYWZkNWJkYTgwODM2ZjNiZTk4YzUzYw==
5
- data.tar.gz: !binary |-
6
- NGJjZTQ3MGNmMTcyOWNkZTdjNGYwZWIzMGJmOWNkZGI4YzJiNTA2Mw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MzIyNzQ2MTQxYzk4ZmNmMTdlYTFiMmQyMWUzMTY4MzFmMjFjMGM4YzYyOWE5
10
- Nzk1ODRlODdhMDU2OTNiNmRiNGY5MjNhMzIyZTg5YzM4YjAyYTI4MWRkOTQ1
11
- MGUwNzYzNjE2YzhmNDRkODdiMWUzMjMxMzk5ZjkyNjE1MmUxMWQ=
12
- data.tar.gz: !binary |-
13
- NzA3YTE5ZjJmYTcyYjEwZDZkNjAzMGJhNDNhYWFlODY1MWMyMmE4MTM5OGU2
14
- YzM0MDQ3MGM0MDZlMWZlM2I0ZjEyN2M1NGUzZmU2MzczNzNhZGZjZWY4Zjc2
15
- MzI3MGQxY2FlOGE0M2VlMWRjYjhjNmMzM2Y5NTRmNTMyNzM4Y2Q=
2
+ SHA1:
3
+ metadata.gz: 233acec7accef7b76292b1d0a2c8d4b7c8b8ccb1
4
+ data.tar.gz: 34d494dd2c332c9813ed59a217497108bf7d8c0e
5
+ SHA512:
6
+ metadata.gz: 33944df0c7009b2a70bb277e1181eb3275a4e50629447d9c9677ffb273b21bbd8633e84007e7300357a43ba5e878897f9d1fbf711d212291e4d721a1482f61c5
7
+ data.tar.gz: df93a46126ab03f4c44905c3cfc1e238341046b2885a4b781763deff28af2d40d71157dd8e5a24dd065499db63734d7b360ba998492947665d862f35450bc077
@@ -13,6 +13,8 @@ Inside Terminal/Command Line:
13
13
  Just add inside config.rb file of compass project:
14
14
  require "compass-unsemantic"
15
15
 
16
+ Sass Compiler Issue https://github.com/nathansmith/unsemantic/issues/20. Add this to config.rb file:
17
+ disable_warnings = true
16
18
 
17
19
  Usage
18
20
  =====
@@ -1,6 +1,3 @@
1
- // For Reference only
2
- // @import "compass-unsemantic/unsemantic-vars";
3
-
4
1
  // These mixins are intended to be used from:
5
2
  //
6
3
  // * _unsemantic-grid-base.sass
@@ -74,7 +71,9 @@ $lang-reverse: right !default
74
71
  @extend %clearfix
75
72
  margin-left: auto
76
73
  margin-right: auto
77
- max-width: $container-max-width
74
+
75
+ @if $container-max-width != none
76
+ max-width: $container-max-width
78
77
 
79
78
  // Set if gutter is non-zero
80
79
  @if $gutter-half != 0
@@ -224,4 +223,4 @@ $lang-reverse: right !default
224
223
  %grid-100
225
224
  @extend %clearfix
226
225
  clear: both
227
- width: 100%
226
+ width: 100%
@@ -1,11 +1,8 @@
1
1
  @import "unsemantic-vars"
2
2
 
3
- // `Body & Container
3
+ // `Container
4
4
  //----------------------------------------------------------------------------------------------------
5
5
 
6
- body
7
- min-width: 320px
8
-
9
6
  .grid-container
10
7
  @extend %grid-container
11
8
 
@@ -1,11 +1,8 @@
1
1
  @import "unsemantic-vars"
2
2
 
3
- // `Body & Container
3
+ // `Container
4
4
  //----------------------------------------------------------------------------------------------------
5
5
 
6
- body
7
- min-width: 320px
8
-
9
6
  .grid-container
10
7
  @extend %grid-container
11
8
 
@@ -9,7 +9,7 @@ $media-desktop-min: 1025px !default
9
9
 
10
10
  @import "unsemantic-ie-snap"
11
11
 
12
- @media screen
12
+ @media all
13
13
  @import "unsemantic-grid-base-tablet"
14
14
 
15
15
  @media screen and (max-width: $media-mobile-max)
@@ -7,7 +7,7 @@ $media-desktop-min: 768px !default
7
7
 
8
8
  @import "unsemantic-ie-snap"
9
9
 
10
- @media screen
10
+ @media all
11
11
  @import "unsemantic-grid-base"
12
12
 
13
13
  @media screen and (max-width: $media-mobile-max)
@@ -71,7 +71,9 @@ $lang-reverse: right !default
71
71
  @extend %clearfix
72
72
  margin-left: auto
73
73
  margin-right: auto
74
- max-width: $container-max-width
74
+
75
+ @if $container-max-width != none
76
+ max-width: $container-max-width
75
77
 
76
78
  // Set if gutter is non-zero
77
79
  @if $gutter-half != 0
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-unsemantic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myoung
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-22 00:00:00.000000000 Z
11
+ date: 2014-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.11'
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
26
  version: '0.11'
27
27
  description: This is a Compass Plugin that utilizies the Unsemantic CSS Framework
@@ -57,7 +57,8 @@ files:
57
57
  - stylesheets/compass-unsemantic/_unsemantic-ie-snap.sass
58
58
  - stylesheets/compass-unsemantic/_unsemantic-vars.sass
59
59
  homepage: http://www.myounghong.com/
60
- licenses: []
60
+ licenses:
61
+ - MIT
61
62
  metadata: {}
62
63
  post_install_message:
63
64
  rdoc_options: []
@@ -65,17 +66,17 @@ require_paths:
65
66
  - lib
66
67
  required_ruby_version: !ruby/object:Gem::Requirement
67
68
  requirements:
68
- - - ! '>='
69
+ - - '>='
69
70
  - !ruby/object:Gem::Version
70
71
  version: '0'
71
72
  required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  requirements:
73
- - - ! '>='
74
+ - - '>='
74
75
  - !ruby/object:Gem::Version
75
76
  version: '0'
76
77
  requirements: []
77
78
  rubyforge_project:
78
- rubygems_version: 2.0.3
79
+ rubygems_version: 2.2.2
79
80
  signing_key:
80
81
  specification_version: 4
81
82
  summary: This is a Compass Plugin that utilizies the Unsemantic CSS Framework (http://unsemantic.com/)