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 CHANGED
@@ -15,3 +15,7 @@
15
15
  ## v0.0.4
16
16
 
17
17
  * Don't import Bourbon into the scss since we aren't using it after all.
18
+
19
+ ## v0.0.5
20
+
21
+ * Now we can import the individual files instead just all at once.
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapSass
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -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
 
@@ -1,6 +1,8 @@
1
1
  /* Forms.less
2
2
  * Base styles for various input types, form layouts, and states
3
3
  * ------------------------------------------------------------- */
4
+ @import "variables";
5
+ @import "mixins";
4
6
 
5
7
 
6
8
  // FORM STYLES
@@ -1,6 +1,8 @@
1
1
  /* Patterns.less
2
2
  * Repeatable UI elements outside the base styles provided from the scaffolding
3
3
  * ---------------------------------------------------------------------------- */
4
+ @import "variables";
5
+ @import "mixins";
4
6
 
5
7
 
6
8
  // TOPBAR
@@ -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
@@ -2,7 +2,8 @@
2
2
  * Tables.less
3
3
  * Tables for, you guessed it, tabular data
4
4
  * ---------------------------------------- */
5
-
5
+ @import "variables";
6
+ @import "mixins";
6
7
 
7
8
  // BASELINE STYLES
8
9
  // ---------------
@@ -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
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: &70298116564200 !ruby/object:Gem::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: *70298116564200
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: