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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/flint.rb +1 -1
- data/sass/_flint.scss +8 -8
- 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: e8b4f13cbfa246629418f916ae1cba2a1c6ea9ed
|
4
|
+
data.tar.gz: e6bbe0620d8755ca5413cd89f8c9aa94e5dd86a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a40088ef58003ddf12f7b282bac56a51f4091d6b04c6a89aa2cc7f7ec9a3ad3d3501a352e25f28a872ac28eb0d5786334680fcb8461b3c508eb80114ab984ecf
|
7
|
+
data.tar.gz: ce281ab45b9a9fab1508825398a8ceed9f05f6c8f9c6ca54cfd1702e2440b241cdaeca3ec516c61db4b04f013e71b86378849b5cc103bf0afc5b0a7dde4ced34
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#Flint
|
2
|
-
*v0.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
data/sass/_flint.scss
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
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";
|