flint-gs 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/flint.rb +1 -1
  4. data/sass/_flint.scss +8 -8
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a3c77ae1b9ede455201b29ddea77d7daac39b7f
4
- data.tar.gz: 8b1f8841d8a98b564f834a1cfbbad8e481db536f
3
+ metadata.gz: e8b4f13cbfa246629418f916ae1cba2a1c6ea9ed
4
+ data.tar.gz: e6bbe0620d8755ca5413cd89f8c9aa94e5dd86a0
5
5
  SHA512:
6
- metadata.gz: 03e981305a3ef5f50e03ca9c41e76aac6cadd08e208d65cdd4e626e06cd138583686b235e6c3d9f38fcca9863a89137fb42e01ddbf96cd667de560f33ad6c35b
7
- data.tar.gz: ff370482432a4bff17db801876302d8a619282b8cf34c37d0b125ccca7d23887ef8b77259dfdb3f4b8b5642cb9c8c1234e39244e305368f4acd733c8df628b07
6
+ metadata.gz: a40088ef58003ddf12f7b282bac56a51f4091d6b04c6a89aa2cc7f7ec9a3ad3d3501a352e25f28a872ac28eb0d5786334680fcb8461b3c508eb80114ab984ecf
7
+ data.tar.gz: ce281ab45b9a9fab1508825398a8ceed9f05f6c8f9c6ca54cfd1702e2440b241cdaeca3ec516c61db4b04f013e71b86378849b5cc103bf0afc5b0a7dde4ced34
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  #Flint
2
- *v0.1.1*
2
+ *v0.1.3*
3
3
 
4
4
  **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
5
 
data/lib/flint.rb CHANGED
@@ -3,7 +3,7 @@ require 'sass'
3
3
  # Version is a number. If a version contains alphas, it will be created as a prerelease version
4
4
  # Date is in the form of YYYY-MM-DD
5
5
  module Flint
6
- VERSION = "0.1.2"
6
+ VERSION = "0.1.3"
7
7
  DATE = "2014-04-21"
8
8
  end
9
9
 
data/sass/_flint.scss CHANGED
@@ -1,11 +1,11 @@
1
- /** -------------------------------------------------------------------- //
2
- *
3
- * @Flint
4
- * @Ezekiel Gabrielse
5
- * @Sass v3.3.4
6
- * @Compass v1.0.0.alpha.19
7
- *
8
- // -------------------------------------------------------------------- **/
1
+ // -------------------------------------------------------------------------------
2
+ // Flint - A powerful Sass grid-system designed for complex responsive layouts.
3
+ // -------------------------------------------------------------------------------
4
+ // @By : Ezekiel Gabrielse
5
+ // @Repository : https://github.com/ezekg/flint/
6
+ // @Sass v3.3.4
7
+ // @Compass v1.0.0.alpha.19
8
+ // -------------------------------------------------------------------------------
9
9
 
10
10
  @import "flint/config/config";
11
11
  @import "flint/functions/functions";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse