Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Jun 3, 2016
1 parent 258fce2 commit 2b47758
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## master (unreleased)
* Nothing

## 0.6.0
* Change `$emma-alternative-colors` default value from false to true
* Add Makefile

## 0.5.0
* Add max-width sizes
* Add border-radius sizes
* Add 5 colors
* Change margin/padding variables
* Change line-height variables
* Change font-size variables

## 0.4.0
* Rename snippet name: `lire` -> `reli`
* Improve snippet: `tehi`
Expand Down
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emma.css",
"version": "0.4.0",
"version": "0.6.0",
"author": "ruedap",
"description": "Emma.css { emmet-like utility classes }",
"keywords": [
Expand All @@ -13,6 +13,8 @@
],
"ignore": [
"**/.*",
"Makefile",
"Makefile.vim",
"npm-debug.log",
"bower.json",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion emma.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Emma.css 0.5.0 | emmet-like utility classes | MIT License | git.io/emma */
/*! Emma.css 0.6.0 | emmet-like utility classes | MIT License | git.io/emma */
.u-pos-s { position: static !important; }
.u-pos-a { position: absolute !important; }
.u-pos-r { position: relative !important; }
Expand Down
2 changes: 1 addition & 1 deletion emma.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Emma.css 0.5.0 | emmet-like utility classes | MIT License | git.io/emma */
/*! Emma.css 0.6.0 | emmet-like utility classes | MIT License | git.io/emma */

$emma-prefix: "u-" !default;
$emma-important: true !default;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emma.css",
"version": "0.4.0",
"version": "0.6.0",
"description": "Emma.css { emmet-like utility classes }",
"author": "ruedap",
"license": "MIT",
Expand Down

0 comments on commit 2b47758

Please sign in to comment.