bootstrap-sass-rtl 2.3.1.1 → 2.3.1.2
Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore
CHANGED
@@ -9,55 +9,55 @@
|
|
9
9
|
*/
|
10
10
|
|
11
11
|
// Core variables and mixins
|
12
|
-
@import "
|
13
|
-
@import "
|
12
|
+
@import "variables"; // Modify this for custom colors, font-sizes, etc
|
13
|
+
@import "mixins";
|
14
14
|
|
15
15
|
// CSS Reset
|
16
|
-
@import "
|
16
|
+
@import "reset";
|
17
17
|
|
18
18
|
// Grid system and page structure
|
19
|
-
@import "
|
20
|
-
@import "
|
21
|
-
@import "
|
19
|
+
@import "scaffolding";
|
20
|
+
@import "grid";
|
21
|
+
@import "layouts";
|
22
22
|
|
23
23
|
// Base CSS
|
24
|
-
@import "
|
25
|
-
@import "
|
26
|
-
@import "
|
27
|
-
@import "
|
24
|
+
@import "type";
|
25
|
+
@import "code";
|
26
|
+
@import "forms";
|
27
|
+
@import "tables";
|
28
28
|
|
29
29
|
// Components: common
|
30
|
-
@import "
|
31
|
-
@import "
|
32
|
-
@import "
|
33
|
-
@import "
|
34
|
-
@import "
|
30
|
+
@import "sprites";
|
31
|
+
@import "dropdowns";
|
32
|
+
@import "wells";
|
33
|
+
@import "component-animations";
|
34
|
+
@import "close";
|
35
35
|
|
36
36
|
// Components: Buttons & Alerts
|
37
|
-
@import "
|
38
|
-
@import "
|
39
|
-
@import "
|
37
|
+
@import "buttons";
|
38
|
+
@import "button-groups";
|
39
|
+
@import "alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
|
40
40
|
|
41
41
|
// Components: Nav
|
42
|
-
@import "
|
43
|
-
@import "
|
44
|
-
@import "
|
45
|
-
@import "
|
46
|
-
@import "
|
42
|
+
@import "navs";
|
43
|
+
@import "navbar";
|
44
|
+
@import "breadcrumbs";
|
45
|
+
@import "pagination";
|
46
|
+
@import "pager";
|
47
47
|
|
48
48
|
// Components: Popovers
|
49
|
-
@import "
|
50
|
-
@import "
|
51
|
-
@import "
|
49
|
+
@import "modals";
|
50
|
+
@import "tooltip";
|
51
|
+
@import "popovers";
|
52
52
|
|
53
53
|
// Components: Misc
|
54
|
-
@import "
|
55
|
-
@import "
|
56
|
-
@import "
|
57
|
-
@import "
|
58
|
-
@import "
|
59
|
-
@import "
|
60
|
-
@import "
|
54
|
+
@import "thumbnails";
|
55
|
+
@import "media";
|
56
|
+
@import "labels-badges";
|
57
|
+
@import "progress-bars";
|
58
|
+
@import "accordion";
|
59
|
+
@import "carousel";
|
60
|
+
@import "hero-unit";
|
61
61
|
|
62
62
|
// Utility classes
|
63
|
-
@import "
|
63
|
+
@import "utilities"; // Has to be last to override when necessary
|
@@ -18,31 +18,31 @@
|
|
18
18
|
// -------------------------
|
19
19
|
// Required since we compile the responsive stuff separately
|
20
20
|
|
21
|
-
@import "
|
22
|
-
@import "
|
21
|
+
@import "variables"; // Modify this for custom colors, font-sizes, etc
|
22
|
+
@import "mixins";
|
23
23
|
|
24
24
|
|
25
25
|
// RESPONSIVE CLASSES
|
26
26
|
// ------------------
|
27
27
|
|
28
|
-
@import "
|
28
|
+
@import "responsive-utilities";
|
29
29
|
|
30
30
|
|
31
31
|
// MEDIA QUERIES
|
32
32
|
// ------------------
|
33
33
|
|
34
34
|
// Large desktops
|
35
|
-
@import "
|
35
|
+
@import "responsive-1200px-min";
|
36
36
|
|
37
37
|
// Tablets to regular desktops
|
38
|
-
@import "
|
38
|
+
@import "responsive-768px-979px";
|
39
39
|
|
40
40
|
// Phones to portrait tablets and narrow desktops
|
41
|
-
@import "
|
41
|
+
@import "responsive-767px-max";
|
42
42
|
|
43
43
|
|
44
44
|
// RESPONSIVE NAVBAR
|
45
45
|
// ------------------
|
46
46
|
|
47
47
|
// From 979px and below, show a button to toggle navbar contents
|
48
|
-
@import "
|
48
|
+
@import "responsive-navbar";
|
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-sass-rtl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.1.
|
4
|
+
version: 2.3.1.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Alif Rachmawadi
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-
|
12
|
+
date: 2013-06-24 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: bootstrap-sass
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ~>
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ~>
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -27,6 +30,7 @@ dependencies:
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: bundler
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
35
|
- - ~>
|
32
36
|
- !ruby/object:Gem::Version
|
@@ -34,6 +38,7 @@ dependencies:
|
|
34
38
|
type: :development
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
43
|
- - ~>
|
39
44
|
- !ruby/object:Gem::Version
|
@@ -41,29 +46,33 @@ dependencies:
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: rake
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
|
-
- - '>='
|
51
|
+
- - ! '>='
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: '0'
|
48
54
|
type: :development
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
|
-
- - '>='
|
59
|
+
- - ! '>='
|
53
60
|
- !ruby/object:Gem::Version
|
54
61
|
version: '0'
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: vendorer
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
|
-
- - '>='
|
67
|
+
- - ! '>='
|
60
68
|
- !ruby/object:Gem::Version
|
61
69
|
version: '0'
|
62
70
|
type: :development
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
|
-
- - '>='
|
75
|
+
- - ! '>='
|
67
76
|
- !ruby/object:Gem::Version
|
68
77
|
version: '0'
|
69
78
|
description: RTL version of bootstrap-sass
|
@@ -128,26 +137,32 @@ files:
|
|
128
137
|
homepage: https://github.com/subosito/bootstrap-sass-rtl
|
129
138
|
licenses:
|
130
139
|
- MIT
|
131
|
-
metadata: {}
|
132
140
|
post_install_message:
|
133
141
|
rdoc_options: []
|
134
142
|
require_paths:
|
135
143
|
- lib
|
136
144
|
required_ruby_version: !ruby/object:Gem::Requirement
|
145
|
+
none: false
|
137
146
|
requirements:
|
138
|
-
- - '>='
|
147
|
+
- - ! '>='
|
139
148
|
- !ruby/object:Gem::Version
|
140
149
|
version: '0'
|
150
|
+
segments:
|
151
|
+
- 0
|
152
|
+
hash: -3941878600659311083
|
141
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
|
+
none: false
|
142
155
|
requirements:
|
143
|
-
- - '>='
|
156
|
+
- - ! '>='
|
144
157
|
- !ruby/object:Gem::Version
|
145
158
|
version: '0'
|
159
|
+
segments:
|
160
|
+
- 0
|
161
|
+
hash: -3941878600659311083
|
146
162
|
requirements: []
|
147
163
|
rubyforge_project:
|
148
|
-
rubygems_version:
|
164
|
+
rubygems_version: 1.8.23
|
149
165
|
signing_key:
|
150
|
-
specification_version:
|
166
|
+
specification_version: 3
|
151
167
|
summary: RTL version of bootstrap-sass
|
152
168
|
test_files: []
|
153
|
-
has_rdoc:
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: b5b4f98b8e54537f62a29a7875553e2ecdf05a80
|
4
|
-
data.tar.gz: 96733e298f220ccce307e05894450fd27fa86a43
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: dcec6065d663692afe282e3f38d9be93d4d85a84687fbf8c5f13ab19837717f7f449d6c3d491ea6ce6b1d40c4e2b2c7e31f85294e2d2b4493e42dc1a01d9049a
|
7
|
-
data.tar.gz: f46b36d8c837ccb357b7c10a7db30809c0068ae7467489710129e5989dbea8d78f47051be84d2ab9d0f82e32086a6c1066366859357a05e3fc10bd6c45c7895c
|