flint-gs 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/lib/flint.rb +1 -1
- data/stylesheets/flint/mixins/_mixins.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1535269660ea6ad6f318c6857fd6fd59bbb2b95
|
4
|
+
data.tar.gz: e390eb3637be7bf39157da47ed34f1295a55fec6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adbbb2693ae8aa28c192148c18cfca73c419b52de355cb80bff2c6cda306834d5659d5080fdd29f7de45bf95b0f6ad8bc1692d80fcb533ccc7324b632eebc86b
|
7
|
+
data.tar.gz: 1bd7f75cdcff0a74889a91899cdd999490c2d6bbfd8980b3d0c5738a1f86fd247d37306be073fd507e2894632ccd350c2d1448b5a8006ab84a841ac01aa9ce8e
|
data/README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1
|
-
#Flint
|
2
|
-
*v0.1.3*
|
1
|
+
#Flint [![Gem Version](https://badge.fury.io/rb/flint-gs.svg)](http://badge.fury.io/rb/flint-gs)
|
3
2
|
|
4
3
|
**Flint is designed to be a flexible layout toolkit that developers can use for any responsive grid-based project.** Built on *Sass 3.3*, Flint is capable of complex responsive layouts customized at each breakpoint; all while using a single mixin, having minimal output, as well as being completely semantic. All of your layout settings are housed in a simple config file and is immensely customizable. Flint will only output the code you need, and nothing else. We handle the hard stuff, so you can focus on the rest.
|
5
4
|
|
data/lib/flint.rb
CHANGED
@@ -5,7 +5,7 @@ Compass::Frameworks.register('flint', :path => extension_path)
|
|
5
5
|
# Version is a number. If a version contains alphas, it will be created as a prerelease version
|
6
6
|
# Date is in the form of YYYY-MM-DD
|
7
7
|
module Flint
|
8
|
-
VERSION = "0.1.
|
8
|
+
VERSION = "0.1.7"
|
9
9
|
DATE = "2014-04-21"
|
10
10
|
end
|
11
11
|
|