m1 0.3.beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c7c01a728a334dd67d0b5170b4a3b5d99b278e1a
4
+ data.tar.gz: 5190f3e80d7dbbaaccbeaa32a91d318b666589ea
5
+ SHA512:
6
+ metadata.gz: bf0afe9c3ad43fa2b77794d30a939a9da1d206bdf7a76a9bee23a0aa20d32a689955588d184c9a2291125c73a135b5291b290dbb7fbb6d08d8f4d87e3ce87c46
7
+ data.tar.gz: 7e1e24493d865d9aa21bfbfc241b3a112827e225ff5dd6eec7520f75dd1e496ed64983756f3693096d7864eb8b0e5c0d772d0cc18ee2a316340e2ebe3bd7cb73
File without changes
@@ -0,0 +1,2 @@
1
+ // This is your framework's main stylesheet. Use it to import all default modules.
2
+ @inlcude "sonic";
@@ -0,0 +1,35 @@
1
+ /* Welcome to Compass.
2
+ * In this file you should write your main styles. (or centralize your imports)
3
+ * Import this file using the following HTML or equivalent:
4
+ * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
5
+
6
+ @import "compass/reset";
7
+
8
+
9
+ @mixin sonic {
10
+
11
+ background:red;
12
+
13
+
14
+ body.left & {
15
+ color:white;
16
+ }
17
+
18
+
19
+
20
+ @media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) {
21
+
22
+ & {
23
+ color:green;
24
+ }
25
+
26
+ }
27
+
28
+
29
+
30
+ }
31
+
32
+
33
+ .tails {
34
+ @include sonic;
35
+ }
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: m1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.beta.2
5
+ platform: ruby
6
+ authors:
7
+ - Dummy Test
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2011-03-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: compass
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0.11'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0.11'
27
+ description: a test for compass
28
+ email: test@test.testnet
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - README.mkdn
34
+ - stylesheets/_m1.scss
35
+ - stylesheets/_sonic.scss
36
+ homepage: http://www.oddtest.net/
37
+ licenses: []
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - '>'
51
+ - !ruby/object:Gem::Version
52
+ version: 1.3.1
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.0.3
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: a test for compass
59
+ test_files: []