We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f59b commit 296d528Copy full SHA for 296d528
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sass-toolkit",
3
"description": "Toolkit full of bits and bobs of awesome aimed at assisting in advanced styling with Sass",
4
- "version": "2.4.0",
+ "version": "2.5.0",
5
"main": "compass/stylesheets/_toolkit.scss",
6
"ignore": [
7
"**/.*",
lib/toolkit.rb
@@ -6,6 +6,6 @@
end
8
module Toolkit
9
- VERSION = "2.4.0"
10
- DATE = "2014-06-12"
+ VERSION = "2.5.0"
+ DATE = "2014-06-25"
11
0 commit comments