compass-unsemantic 0.1.5 → 0.1.6
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 +6 -14
- data/README.mkdn +2 -0
- data/stylesheets/_compass-unsemantic.sass +4 -5
- data/stylesheets/compass-unsemantic/_unsemantic-grid-base-tablet.sass +1 -4
- data/stylesheets/compass-unsemantic/_unsemantic-grid-base.sass +1 -4
- data/stylesheets/compass-unsemantic/_unsemantic-grid-responsive-tablet.sass +1 -1
- data/stylesheets/compass-unsemantic/_unsemantic-grid-responsive.sass +1 -1
- data/stylesheets/compass-unsemantic/_unsemantic-vars.sass +3 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
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
|
data/README.mkdn
CHANGED
@@ -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
|
-
|
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%
|
@@ -71,7 +71,9 @@ $lang-reverse: right !default
|
|
71
71
|
@extend %clearfix
|
72
72
|
margin-left: auto
|
73
73
|
margin-right: auto
|
74
|
-
|
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.
|
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:
|
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.
|
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/)
|