summaryrefslogtreecommitdiff
path: root/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-03-20 19:50:03 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-03-20 19:50:03 +0100
commit26106a315f04ca082152b474e6604cded843d08b (patch)
treef1c0869e1839e57e3cac9f63c926beafe4c6ce88 /sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec
parent07a7c72b4bb6c8d585908b71c63d661880f1f61d (diff)
downloadbrdo-26106a315f04ca082152b474e6604cded843d08b.tar.gz
brdo-26106a315f04ca082152b474e6604cded843d08b.tar.bz2
Added theme for Máme rádi přírodu.
Diffstat (limited to 'sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec')
-rw-r--r--sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec63
1 files changed, 63 insertions, 0 deletions
diff --git a/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec
new file mode 100644
index 000000000..c94c34b36
--- /dev/null
+++ b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/zen-grids.gemspec
@@ -0,0 +1,63 @@
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+ s.name = 'zen-grids'
+
+ s.summary = %q{A Compass plugin for Zen Grids, a fluid responsive grid system}
+ s.description = %q{Zen Grids is an intuitive, flexible grid system that leverages the natural source order of your content to make it easier to create fluid responsive designs. With an easy-to-use Sass mixin set, the Zen Grids system can be applied to an infinite number of layouts, including responsive, adaptive, fluid and fixed-width layouts.}
+
+ s.homepage = 'http://zengrids.com'
+ s.license = 'GPL-2'
+ s.rubyforge_project =
+
+ s.version = '1.4'
+ s.date = '2013-04-02'
+
+ s.authors = ['John Albin Wilkins']
+ s.email = 'virtually.johnalbin@gmail.com'
+
+ s.add_runtime_dependency('sass', ">= 3.1")
+
+ s.files = %w[
+ LICENSE.txt
+ README.txt
+ lib/zen-grids.rb
+ stylesheets/_zen.scss
+ stylesheets/zen/_background.scss
+ stylesheets/zen/_grids.scss
+ templates/project/_init.scss
+ templates/project/_layout.scss
+ templates/project/_modules.scss
+ templates/project/_visually-hidden.scss
+ templates/project/example.html
+ templates/project/manifest.rb
+ templates/project/styles.scss
+ templates/unit-tests/manifest.rb
+ templates/unit-tests/README.txt
+ templates/unit-tests/sass/function-zen-direction-flip.scss
+ templates/unit-tests/sass/function-zen-grid-item-width.scss
+ templates/unit-tests/sass/function-zen-half-gutter.scss
+ templates/unit-tests/sass/function-zen-unit-width.scss
+ templates/unit-tests/sass/zen-clear.scss
+ templates/unit-tests/sass/zen-float.scss
+ templates/unit-tests/sass/zen-grid-background.scss
+ templates/unit-tests/sass/zen-grid-container.scss
+ templates/unit-tests/sass/zen-grid-flow-item.scss
+ templates/unit-tests/sass/zen-grid-item-base.scss
+ templates/unit-tests/sass/zen-grid-item.scss
+ templates/unit-tests/sass/zen-nested-container.scss
+ templates/unit-tests/test-results/function-zen-direction-flip.css
+ templates/unit-tests/test-results/function-zen-grid-item-width.css
+ templates/unit-tests/test-results/function-zen-half-gutter.css
+ templates/unit-tests/test-results/function-zen-unit-width.css
+ templates/unit-tests/test-results/zen-clear.css
+ templates/unit-tests/test-results/zen-float.css
+ templates/unit-tests/test-results/zen-grid-background.css
+ templates/unit-tests/test-results/zen-grid-container.css
+ templates/unit-tests/test-results/zen-grid-flow-item.css
+ templates/unit-tests/test-results/zen-grid-item-base.css
+ templates/unit-tests/test-results/zen-grid-item.css
+ templates/unit-tests/test-results/zen-nested-container.css
+ zen-grids.gemspec
+ ]
+end