framous 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.mkdn
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
Framous Changelog
|
2
2
|
=================
|
3
3
|
|
4
|
-
v0.2.
|
4
|
+
v0.2.2 [Nov 16, 2012]
|
5
5
|
---------------------
|
6
|
+
* split framous into framous-grid & framous-base
|
7
|
+
|
8
|
+
v0.2.1 [Nov 16, 2012]
|
9
|
+
-----------------------
|
6
10
|
* rebuild clean version
|
7
11
|
|
8
12
|
v0.2 [Nov 16, 2012]
|
@@ -4,3 +4,12 @@
|
|
4
4
|
|
5
5
|
// Basic settings that can be easily overridden from _base.scss
|
6
6
|
@import "base";
|
7
|
+
|
8
|
+
// A semantic, fluid grid framework
|
9
|
+
// Based on http://neat.bourbon.io/ & http://susy.oddbird.net/
|
10
|
+
// Comment this if you don't need "framous-grid"
|
11
|
+
@import "framous-grid";
|
12
|
+
|
13
|
+
// Fundamental HTML elements styled and enhanced with extensible classes.
|
14
|
+
// Comment this if you don't need "framous-base"
|
15
|
+
@import "framous-base";
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: framous
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 2
|
10
|
+
version: 0.2.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alec Hance
|
@@ -63,9 +63,7 @@ files:
|
|
63
63
|
- README.md
|
64
64
|
- lib/framous.rb
|
65
65
|
- stylesheets/_framous-base.scss
|
66
|
-
- stylesheets/_framous-commons.scss
|
67
66
|
- stylesheets/_framous-grid.scss
|
68
|
-
- stylesheets/_framous.scss
|
69
67
|
- stylesheets/framous/_functions.scss
|
70
68
|
- stylesheets/framous/_grid.scss
|
71
69
|
- stylesheets/framous/_settings.scss
|
data/stylesheets/_framous.scss
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// Framous.scss
|
3
|
-
// @import /framous
|
4
|
-
//
|
5
|
-
|
6
|
-
// A semantic, fluid grid framework
|
7
|
-
// Based on http://neat.bourbon.io/ & http://susy.oddbird.net/
|
8
|
-
@import "framous-grid";
|
9
|
-
|
10
|
-
// Fundamental HTML elements styled and enhanced with extensible classes.
|
11
|
-
@import "framous-base";
|