compass-drupal-plugin 0.2.0.beta.5 → 0.2.0.beta.6
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/compass-drupal-plugin.gemspec +1 -1
- data/templates/project/_skin.scss +1 -1
- data/templates/zen/zen-base.scss +1 -1
- metadata +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<% project_name = File.basename(config.project_path)
|
|
1
|
+
<% project_name = File.basename(config.project_path) %>
|
|
2
2
|
// This variable controls the total width of the container div
|
|
3
3
|
// You can use px for a Fixed layout or % for a Liquid layout
|
|
4
4
|
$<%= project_name %>-width: 960px;
|
data/templates/zen/zen-base.scss
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-drupal-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 62196367
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
9
|
- 0
|
|
10
10
|
- beta
|
|
11
|
-
-
|
|
12
|
-
version: 0.2.0.beta.
|
|
11
|
+
- 6
|
|
12
|
+
version: 0.2.0.beta.6
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Capi Etheriel
|