flint-gs 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flint.rb +1 -1
- data/stylesheets/flint/config/_config.scss +1 -4
- 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: adefc77ec25fe16ff919991e24879bc0f4dc759f
|
4
|
+
data.tar.gz: 14f25ce075162d8c41598646bbba8758325c66df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0651467cea2967bfb00279911a5bd7931160764ae0016e3d39021f8370a4932497ef33961dd331cc387f6c0600fbc0ac711bb4737b0559bfbac2498c331dc7e5
|
7
|
+
data.tar.gz: caa94185ced8f076b0a8c7c80d6d39e72a3840aedc5cf1de42eebe8f948f4ea6760586a27ad3fbdb0efdbfce83ede28e1785ddf159bb6343666fc90cb63832b7
|
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 = "1.0.
|
8
|
+
VERSION = "1.0.2"
|
9
9
|
DATE = "2014-04-21"
|
10
10
|
end
|
11
11
|
|
@@ -1,8 +1,6 @@
|
|
1
1
|
$flint: (
|
2
|
-
|
3
2
|
// grid configuration
|
4
3
|
"config": (
|
5
|
-
|
6
4
|
// define breakpoints
|
7
5
|
"desktop": ( // [any alias you like, minus reserved flint words (i.e. "settings", etc.)]
|
8
6
|
"columns": 16, // [0-infinity]
|
@@ -20,7 +18,6 @@ $flint: (
|
|
20
18
|
"columns": 4,
|
21
19
|
"breakpoint": 320px,
|
22
20
|
),
|
23
|
-
|
24
21
|
// additional grid settings
|
25
22
|
"settings": (
|
26
23
|
"default": "mobile", // [any breakpoint's alias : becomes main output]
|
@@ -33,4 +30,4 @@ $flint: (
|
|
33
30
|
"debug-mode": true, // [true | false]
|
34
31
|
),
|
35
32
|
),
|
36
|
-
);
|
33
|
+
) !default;
|