compass-less-plugin 1.0.beta.0 → 1.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.
data/README.mkdn
CHANGED
@@ -132,3 +132,10 @@ Mixins
|
|
132
132
|
of given columns with a margin to the right; to disable the margin, set
|
133
133
|
`$last` to `false`
|
134
134
|
* `selection-color($color)` - Sets the background color used for text selection
|
135
|
+
|
136
|
+
|
137
|
+
Special Thanks
|
138
|
+
==============
|
139
|
+
|
140
|
+
Thanks to Joni Korpi for providing the Less Framework to the community, and to
|
141
|
+
Samson Ootoovak for helping me test the version 1 beta.
|
data/compass-less-plugin.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
/* Mobile Layout: 320px.
|
2
|
+
Gutters: 24px.
|
3
|
+
Outer margins: 34px.
|
4
|
+
Inherits styles from: Default Layout. */
|
5
5
|
|
6
6
|
@media only screen and (max-width: 767px)
|
7
7
|
#{$less-grid-element}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
/* Tablet Layout: 768px.
|
2
|
+
Gutters: 24px.
|
3
|
+
Outer margins: 28px.
|
4
|
+
Inherits styles from: Default Layout. */
|
5
5
|
|
6
6
|
@media only screen and (min-width: 768px) and (max-width: 991px)
|
7
7
|
#{$less-grid-element}
|
metadata
CHANGED
@@ -1,14 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-less-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 15
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
|
10
|
-
- 0
|
11
|
-
version: 1.0.beta.0
|
9
|
+
version: "1.0"
|
12
10
|
platform: ruby
|
13
11
|
authors:
|
14
12
|
- William Wells
|
@@ -16,7 +14,7 @@ autorequire:
|
|
16
14
|
bindir: bin
|
17
15
|
cert_chain: []
|
18
16
|
|
19
|
-
date: 2011-02-
|
17
|
+
date: 2011-02-21 00:00:00 -06:00
|
20
18
|
default_executable:
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
@@ -85,14 +83,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
85
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
86
84
|
none: false
|
87
85
|
requirements:
|
88
|
-
- - "
|
86
|
+
- - ">="
|
89
87
|
- !ruby/object:Gem::Version
|
90
|
-
hash:
|
88
|
+
hash: 3
|
91
89
|
segments:
|
92
|
-
-
|
93
|
-
|
94
|
-
- 1
|
95
|
-
version: 1.3.1
|
90
|
+
- 0
|
91
|
+
version: "0"
|
96
92
|
requirements: []
|
97
93
|
|
98
94
|
rubyforge_project: compass-less-plugin
|