* master: (23 commits)
updated change log
fixed horizontal height and width calculation
horizontal layout now respects positions and spacing correctly
Changed the descriptions of the sin, cos, and tan to be more descriptive.
derp double require
smart pack docs - forgot something
smart pack docs
smart packing implimentation thanks @johnbintz
tests for smart packing
smart packing helper classes
new tests
docs for diagonal layout
layout for diagonal sprite
added test for diagonal layout
fixed trig functions closes#498
patched image functions to accept a real path
Fix failing test for change to http_path in rails
Failing test for changing http_path with rails
reverted sorting back to one liner
more importer tests
...
Conflicts:
Gemfile.lock
* stable:
Version Bump.
Update changelog for 0.11.5
Reset only the block HTML elements #339
fix warning logic in vertical-rhythms module
Conflicts:
VERSION.yml
- used elements-of-type(html5-block) in all the reset stylesheets
(instead of duplicate tag enumerations)
- removed dialog
- canvas is inline, not block
Closes GH-339, GH-462.
* stable:
Fix failing test when updating to latest SASS
Gemfile.lock should not be part of a library / gem
fix typo
Fix issue with parent directory references within the sass_path in the compass compiler.
Version bump.
Update changelog
Return a non-zero exit code if there are any stylesheet compilation errors. Closes GH-432.
Fix test failures.
Better docs for the shadow mixins. Closes GH-433.
Include the Compass logger to prevent "uninitialized constant Compass::Logger"
Broken link fixed to what I think is the correct section of the SASS docs.
grid-background vertical rhythm should be based off of $blueprint-font-size, rather than a static value.
:focus should not use shorthand border property, since it only need to change the border-color
update changelog
Fix absolute path detection on Windows.
Fix the mime type returned for svg images. Closes GH-442.
Conflicts:
Gemfile.lock
* stable:
Fix edge case issue when there's no cache location.
Fix broken test.
Transitions accepting multiple transitions separated by commas
Added force-wrap mixin to prevent URLs and long lines of text from breaking layouts.
* stable:
Update CHANGELOG
When the unit is in pixels, round down in the leader and up in the trailer.
Ensure there is a minimum of padding in each line when calculating how many lines are needed.
Support absolute font sizing in the vertical rhythm module
Update homepage
Adding the generated css files from the msfilter change
Removing -ms-filter as it drives IE9+ crazy. plus existing filter works anyway for IE9-
In case you want to buy stuff.
Update Gemfile to use rake 0.8.7
Handle pathnames being assigned to the working path of a command. Closes GH-434.
Fix docs
Fix compass version in the docs.
Conflicts:
Gemfile.lock
* pfeiffer/cache_busting:
Removing unneeded 'unquote' from tests
Adding note about path based asset cache busting in to documentation
Adding changelog entry
Fix comments for asset_cache_buster
Make asset_cache_buster return a hash with path and query, while still maintaining support for cache busting via query string if a string is returned.
Extend cache busting to allow for path manipulation
* master:
Prepare the next release version
Fix CSS3 background attribute
Version Bump & Prepare for v0.11.2
Strong tags in the docs should be bold.
Fixes sprites file names with sprockets, modifies tests accordingly to new structure.
removed all cacheing from importer class it causes more problems then it was worth
gemfile
removed another instance cache in the importer that could be problematic
updated importer to validate that sprites are png files
run bundle exec when running tests
cleaned up some over zelious cacheing that was causing inconsistancy problems
added test for sprite importer
removed unneeded cache
readded mtime to importer class
typo: appliction
Update test case for flexible box.
Enable IE 10 support for flexible box with the -ms prefix.
* master:
The compass watcher is in quiet mode except for important actions.
Clear up a Logger class lookup issue that was reported.
Following a similar API to how the Complier works, don't log anything (don't even load up the logger!) if we pass in the :quiet option.
Previously, calling directory("/hi") would error, because options would remain nil if self doesn't respond_to?(:options)
moved config check to perform
added @chriseppsteins suggestion for issue #300
forgot test files
added failing test for issue #400 and fixed the callback typo closes#400
move hashing and comparison methods into SpriteMap class
removed unneeded file
refactored the sass importer for sprites
Conflicts:
lib/compass/sass_extensions/sprites/sprites.rb