compass-fancybox-plugin 1.3.1.pre.2 → 1.3.1.0
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/README.markdown +7 -7
- metadata +8 -11
data/README.markdown
CHANGED
|
@@ -13,18 +13,18 @@ From the command line:
|
|
|
13
13
|
|
|
14
14
|
Add the following to your compass configuration:
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
require 'compass-fancybox-plugin'
|
|
17
17
|
|
|
18
|
-
The run:
|
|
18
|
+
The run from the command line:
|
|
19
19
|
|
|
20
20
|
compass install fancybox
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
To one of your sass stylesheets to import the fancybox styles add:
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
@import 'fancybox'
|
|
25
25
|
|
|
26
|
-
Lastly add:
|
|
27
26
|
|
|
28
|
-
|
|
27
|
+
If you want the debug files, you can install them with:
|
|
28
|
+
|
|
29
|
+
compass install fancybox/debug
|
|
29
30
|
|
|
30
|
-
To one of your sass stylesheets to import the fancybox styles.
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-fancybox-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 67
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
9
|
- 1
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
version: 1.3.1.pre.2
|
|
10
|
+
- 0
|
|
11
|
+
version: 1.3.1.0
|
|
13
12
|
platform: ruby
|
|
14
13
|
authors:
|
|
15
14
|
- Janis Skarnelis
|
|
@@ -98,14 +97,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
98
|
none: false
|
|
100
99
|
requirements:
|
|
101
|
-
- - "
|
|
100
|
+
- - ">="
|
|
102
101
|
- !ruby/object:Gem::Version
|
|
103
|
-
hash:
|
|
102
|
+
hash: 3
|
|
104
103
|
segments:
|
|
105
|
-
-
|
|
106
|
-
|
|
107
|
-
- 1
|
|
108
|
-
version: 1.3.1
|
|
104
|
+
- 0
|
|
105
|
+
version: "0"
|
|
109
106
|
requirements: []
|
|
110
107
|
|
|
111
108
|
rubyforge_project:
|