Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Mar 27, 2018
1 parent 9334eb0 commit b558eb2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/ruedap/emma.css/compare/0.11.0...0.12.0) (2018-03-27)


### Code Refactoring

* Change SCSS files' directory name ([5091e6c](https://github.com/ruedap/emma.css/commit/5091e6c))


### Features

* Improve snippet: border-radius ([65f2506](https://github.com/ruedap/emma.css/commit/65f2506))
* Improve snippet: tetr ([91849f2](https://github.com/ruedap/emma.css/commit/91849f2))


### BREAKING CHANGES

* The directory name of the SCSS files has changed from `sass /` to `scss /`.



<a name="0.11.0"></a>
# [0.11.0](https://github.com/ruedap/emma.css/compare/0.10.0...0.11.0) (2017-07-30)
* Add snippets:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

19 changes: 16 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "emma.css",
"version": "0.11.0",
"version": "0.12.0",
"description": "Emma.css { emmet-like utility classes }",
"scripts": {
"build": "npm run clean && npm run compile && npm run test",
Expand All @@ -26,9 +26,22 @@
"main": "emma.css",
"style": "emma.css",
"scss": "scss/all.scss",
"files": ["scss", "CHANGELOG.md", "emma.css", "LICENSE", "README.md"],
"files": [
"scss",
"CHANGELOG.md",
"emma.css",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/ruedap/emma.css",
"keywords": ["sass", "scss", "css", "emmet", "utility", "coding"],
"keywords": [
"sass",
"scss",
"css",
"emmet",
"utility",
"coding"
],
"bugs": {
"url": "https://github.com/ruedap/emma.scss/issues"
},
Expand Down

0 comments on commit b558eb2

Please sign in to comment.