Skip to content

Commit

Permalink
Fix segfault and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jan 16, 2016
1 parent 4abf910 commit 38db5da
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========

2.2.11 - Jan 15 2016
--------------------

- Fix bug with `susy-inspect`.


2.2.10 - Jan 7 2016
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.10'
release = '2.2.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "susy",
"version": "2.2.10",
"version": "2.2.11",
"description": "Sass power-tools for web layout.",
"author": "Miriam Eric Suzanne <miriam@oddbird.net>",
"main": "sass/_susy.scss",
Expand Down
5 changes: 4 additions & 1 deletion sass/susy/output/shared/_inspect.scss
Expand Up @@ -7,7 +7,10 @@
// - $mixin : <susy mixin>
// - $inspec : <mixin arguments>

@mixin susy-inspect($mixin, $inspect...) {
@mixin susy-inspect(
$mixin,
$inspect
) {
$show: false;

@each $item in $inspect {
Expand Down
3 changes: 1 addition & 2 deletions test/css/test.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38db5da

Please sign in to comment.