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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmU1Njk1YTA1ZTUzMmIyNDg1Y2VhYWUxMjk5YmIxZTY0ZWNjYmE4ZQ==
4
+ NmFkNDU3ODQxYWE0ZmUzMTFhYWZkNWJkYTgwODM2ZjNiZTk4YzUzYw==
5
5
  data.tar.gz: !binary |-
6
- YWVkYzBjNWU2OTczMTIyZGIwM2ZjN2Q3OTU2NDBhYjY1YWFjOWYzMg==
6
+ NGJjZTQ3MGNmMTcyOWNkZTdjNGYwZWIzMGJmOWNkZGI4YzJiNTA2Mw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZmVjMTVmNTk0MDhiNTA3NGY4M2ZiN2UyNWVlZDVkNjIxZTYxZDdiOWEwOWVh
10
- YTJmYjRmMWRlOTUxYjJkYWY1Nzg5YjZmNjAyNWM0MjQ5YTFjNzM5ZjE5N2M2
11
- OGE5Y2E2OGMzNGZjZDJkMjQ4MzhjNjQ1NzIzNDc3Y2U5YTQ0MTg=
9
+ MzIyNzQ2MTQxYzk4ZmNmMTdlYTFiMmQyMWUzMTY4MzFmMjFjMGM4YzYyOWE5
10
+ Nzk1ODRlODdhMDU2OTNiNmRiNGY5MjNhMzIyZTg5YzM4YjAyYTI4MWRkOTQ1
11
+ MGUwNzYzNjE2YzhmNDRkODdiMWUzMjMxMzk5ZjkyNjE1MmUxMWQ=
12
12
  data.tar.gz: !binary |-
13
- NTE0MGE3OWU3NzFiYWNmOTJkNjM1NDM4NGI4YTkxNDYzMWYwNjQ2YWJjOThl
14
- NDVlOTIyY2IxMTg2NDY2YmJmYzhhYmI1N2JjMWMxNDJhZDFkMzY1ODUyZDI5
15
- OWE1YzU3MDA0NGJiOTM4MTVkZWE4OTBjZmM3MzhlZWU2ZGMzOGM=
13
+ NzA3YTE5ZjJmYTcyYjEwZDZkNjAzMGJhNDNhYWFlODY1MWMyMmE4MTM5OGU2
14
+ YzM0MDQ3MGM0MDZlMWZlM2I0ZjEyN2M1NGUzZmU2MzczNzNhZGZjZWY4Zjc2
15
+ MzI3MGQxY2FlOGE0M2VlMWRjYjhjNmMzM2Y5NTRmNTMyNzM4Y2Q=
@@ -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. This is also included in the main @import "compass-unsemantic".
63
+ *Note: This is to fix windows 8 snap mode.
64
64
  - @import "compass-unsemantic/unsemantic-ie-snap"
@@ -1,9 +1,6 @@
1
1
  // For Reference only
2
2
  // @import "compass-unsemantic/unsemantic-vars";
3
3
 
4
- // This is to help with the Windows 8 snap mode
5
- @import "compass-unsemantic/unsemantic-ie-snap"
6
-
7
4
  // These mixins are intended to be used from:
8
5
  //
9
6
  // * _unsemantic-grid-base.sass
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-unsemantic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myoung