atypical-sass 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -0,0 +1,18 @@
1
+ Atypical Sass
2
+ ===========
3
+
4
+ Our shared Compass toolkit, Gemified.
5
+
6
+ In your main Compass "imports" file or wherever you like:
7
+
8
+ @import "compass";
9
+ @import "atypicalmass/mixins";
10
+
11
+ Then, you can use the mixins as we do.
12
+
13
+ You'll need to set your base font, and icon font stacks:
14
+
15
+ $font-base:Arial,sans-serif,etc;
16
+ $font-icon:"ICON FONT NAME";
17
+
18
+ If you don't set them they will default to `Arial,sans-serif` and `"icons",$font-base` respectively.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{atypical-sass}
3
- s.version = "0.0.4"
3
+ s.version = "0.0.5"
4
4
  s.date = "2013-08-05"
5
5
 
6
6
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
data/lib/atypical-sass.rb CHANGED
@@ -4,6 +4,6 @@ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
4
4
  Compass::Frameworks.register('atypicalmass', :path => extension_path) if defined?(Compass)
5
5
 
6
6
  module AtypicalSass
7
- VERSION = "0.0.4"
7
+ VERSION = "0.0.5"
8
8
  DATE = "2013-08-05"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atypical-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: