compass-unsemantic 0.1.4 → 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.
- checksums.yaml +8 -8
- data/README.mkdn +4 -4
- data/stylesheets/_compass-unsemantic.sass +0 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NmFkNDU3ODQxYWE0ZmUzMTFhYWZkNWJkYTgwODM2ZjNiZTk4YzUzYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGJjZTQ3MGNmMTcyOWNkZTdjNGYwZWIzMGJmOWNkZGI4YzJiNTA2Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzIyNzQ2MTQxYzk4ZmNmMTdlYTFiMmQyMWUzMTY4MzFmMjFjMGM4YzYyOWE5
|
|
10
|
+
Nzk1ODRlODdhMDU2OTNiNmRiNGY5MjNhMzIyZTg5YzM4YjAyYTI4MWRkOTQ1
|
|
11
|
+
MGUwNzYzNjE2YzhmNDRkODdiMWUzMjMxMzk5ZjkyNjE1MmUxMWQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzA3YTE5ZjJmYTcyYjEwZDZkNjAzMGJhNDNhYWFlODY1MWMyMmE4MTM5OGU2
|
|
14
|
+
YzM0MDQ3MGM0MDZlMWZlM2I0ZjEyN2M1NGUzZmU2MzczNzNhZGZjZWY4Zjc2
|
|
15
|
+
MzI3MGQxY2FlOGE0M2VlMWRjYjhjNmMzM2Y5NTRmNTMyNzM4Y2Q=
|
data/README.mkdn
CHANGED
|
@@ -8,10 +8,10 @@ Installation
|
|
|
8
8
|
============
|
|
9
9
|
|
|
10
10
|
Inside Terminal/Command Line:
|
|
11
|
-
gem install compass-unsemantic
|
|
11
|
+
gem install compass-unsemantic
|
|
12
12
|
|
|
13
13
|
Just add inside config.rb file of compass project:
|
|
14
|
-
require "compass-unsemantic"
|
|
14
|
+
require "compass-unsemantic"
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
Usage
|
|
@@ -20,7 +20,7 @@ Usage
|
|
|
20
20
|
For documentation on where to add import statements refer to http://unsemantic.com/sass-documentation#14-roll-your-own.
|
|
21
21
|
|
|
22
22
|
Place within CSS3 Media Queries:
|
|
23
|
-
@import "compass-unsemantic"
|
|
23
|
+
@import "compass-unsemantic"
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
Default variables to be aware of:
|
|
@@ -60,5 +60,5 @@ If you don't want to roll your own and instead want a pre-defined stylesheet bui
|
|
|
60
60
|
- @import "compass-unsemantic/unsemantic-grid-responsive-tablet" //This is responsive with tablet
|
|
61
61
|
- @import "compass-unsemantic/unsemantic-grid-responsive" // This is responsive without tablet
|
|
62
62
|
|
|
63
|
-
*Note: This is to fix windows 8 snap mode.
|
|
63
|
+
*Note: This is to fix windows 8 snap mode.
|
|
64
64
|
- @import "compass-unsemantic/unsemantic-ie-snap"
|