stipe 0.0.5.3 → 0.0.5.4
Sign up to get free protection for your applications and to get access to all the features.
data/readme.md
CHANGED
@@ -12,6 +12,12 @@ To use the Stipe gem, using Bundler `gem 'stipe'`
|
|
12
12
|
Stipe is a Compass Extension, so Compass is set as a depdency. You will need to include `require 'stipe'` in your config.rb file.
|
13
13
|
|
14
14
|
# Stipe Changelog
|
15
|
+
## 0.0.5.4
|
16
|
+
* Removed Google Font from Toadstool
|
17
|
+
|
18
|
+
## 0.0.5.3
|
19
|
+
* Added new feature for hidpi image management
|
20
|
+
|
15
21
|
## 0.0.5.2
|
16
22
|
* UI adjustments to `color_palettes` view
|
17
23
|
|
@@ -19,4 +25,4 @@ Stipe is a Compass Extension, so Compass is set as a depdency. You will need to
|
|
19
25
|
* Adding new configutation support for form UI
|
20
26
|
|
21
27
|
## 0.0.5.0
|
22
|
-
* Updated stipe manifest to allow for single import
|
28
|
+
* Updated stipe manifest to allow for single import
|
@@ -1,10 +1,10 @@
|
|
1
1
|
#Stipe Plug-Ins
|
2
2
|
The following is a growing list of awesome work from others that I felt would be awesome to include in the Toadstool framework.
|
3
3
|
|
4
|
-
##
|
4
|
+
##hidpi.scss
|
5
5
|
Inspired by Kaelig's [`hidpi()` mixin](https://github.com/kaelig/hidpi) and [Tim Kadlec's work](http://timkadlec.com/2012/04/media-query-asset-downloading-results/) on optimizing the delivering of images, Stipe supports a simple mixing to 'retinafy' your site.
|
6
6
|
|
7
|
-
|
7
|
+
###How to use
|
8
8
|
Using Stipe's hidpi support you can either retinafy common elements in the UI or serve up different images.
|
9
9
|
|
10
10
|
###hidpi common elements
|
@@ -24,9 +24,3 @@ $webfont_directory: "/fonts/" !default; // edit this directory in the '_config.s
|
|
24
24
|
//@font-face {
|
25
25
|
// @include font-face ($font_family: [name of family], $font-file: [name of file], $font_weight: [value], $font_style: [value]);
|
26
26
|
//}
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
// Install google fonts
|
31
|
-
// -----------------------------------------------------------
|
32
|
-
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stipe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.5.
|
4
|
+
version: 0.0.5.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-12-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: compass
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
version: '0'
|
140
140
|
requirements: []
|
141
141
|
rubyforge_project:
|
142
|
-
rubygems_version: 1.8.
|
142
|
+
rubygems_version: 1.8.23
|
143
143
|
signing_key:
|
144
144
|
specification_version: 3
|
145
145
|
summary: Core styles for Toadstool
|