twitter_bootstrap_sass 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +4 -0
- data/lib/twitter_bootstrap_sass/version.rb +1 -1
- data/vendor/assets/stylesheets/_twitter_bootstrap_sass.scss +0 -4
- data/vendor/assets/stylesheets/twitter_bootstrap_sass/_forms.scss +2 -0
- data/vendor/assets/stylesheets/twitter_bootstrap_sass/_patterns.scss +2 -0
- data/vendor/assets/stylesheets/twitter_bootstrap_sass/_scaffolding.scss +2 -0
- data/vendor/assets/stylesheets/twitter_bootstrap_sass/_tables.scss +2 -1
- data/vendor/assets/stylesheets/twitter_bootstrap_sass/_type.scss +2 -0
- metadata +3 -3
data/CHANGELOG.md
CHANGED
@@ -12,10 +12,6 @@
|
|
12
12
|
// CSS Reset
|
13
13
|
@import "twitter_bootstrap_sass/reset";
|
14
14
|
|
15
|
-
// Core variables and mixins
|
16
|
-
@import "twitter_bootstrap_sass/variables";
|
17
|
-
@import "twitter_bootstrap_sass/mixins";
|
18
|
-
|
19
15
|
// Grid system and page structure
|
20
16
|
@import "twitter_bootstrap_sass/scaffolding";
|
21
17
|
|
@@ -2,6 +2,8 @@
|
|
2
2
|
* Scaffolding
|
3
3
|
* Basic and global styles for generating a grid system, structural layout, and page templates
|
4
4
|
* ------------------------------------------------------------------------------------------- */
|
5
|
+
@import "variables";
|
6
|
+
@import "mixins";
|
5
7
|
|
6
8
|
|
7
9
|
// STRUCTURAL LAYOUT
|
@@ -1,6 +1,8 @@
|
|
1
1
|
/* Typography.less
|
2
2
|
* Headings, body text, lists, code, and more for a versatile and durable typography system
|
3
3
|
* ---------------------------------------------------------------------------------------- */
|
4
|
+
@import "variables";
|
5
|
+
@import "mixins";
|
4
6
|
|
5
7
|
|
6
8
|
// BODY TEXT
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_bootstrap_sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-11-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
|
-
requirement: &
|
16
|
+
requirement: &70245566137180 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '3.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70245566137180
|
25
25
|
description: To use this gem, simply import 'twitter-bootstrap-sass' into your scss
|
26
26
|
stylesheet.
|
27
27
|
email:
|