Skip to content

Commit

Permalink
📦 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 27, 2017
1 parent 25addb6 commit 82760a3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGELOG

## master (unreleased)
* Nothing

## 0.10.0
* Move root Sass file (from `./emma.scss` to `./sass/all.scss`)
* Remove default prefix `u-`
* Avoid hyphenation at unit value (e.g. `mt-0` -> `mt0`)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emma.css",
"version": "0.9.0",
"version": "0.10.0",
"author": "ruedap",
"description": "Emma.css { emmet-like utility classes }",
"keywords": [
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.9.0 | MIT License | https://git.io/emma */
/*! Emma.css 0.10.0 | MIT License | https://git.io/emma */
.pos-s { position: static !important; }
.pos-r { position: relative !important; }
.pos-a { position: absolute !important; }
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.9.0",
"version": "0.10.0",
"description": "Emma.css { emmet-like utility classes }",
"scripts": {
"build": "npm run clean && npm run compile",
Expand Down
2 changes: 1 addition & 1 deletion sass/all.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Emma.css 0.9.0 | MIT License | https://git.io/emma */
/*! Emma.css 0.10.0 | MIT License | https://git.io/emma */
@import "vars";
@import "mixins";
@import "rules";
2 changes: 1 addition & 1 deletion src/emma-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver: '0.9.0'
ver: '0.10.0'
vars:
-
name: prefix
Expand Down

0 comments on commit 82760a3

Please sign in to comment.