diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e040c..31821f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ### New features -- Add `@evilmartians/harmony/css/index.css` file that imports all other css files. Closes #4 +- Add `@evilmartians/harmony/css/index.css` file that imports all other css files. Closes [#4](https://github.com/evilmartians/harmony/issues/4). ### Bug fixes -- Remove spaces between variable names and values in generated css for smaller minified css files. Closes #7 + +- Remove spaces between variable names and values in generated css for smaller minified css files. Closes [#7](https://github.com/evilmartians/harmony/issues/7). ### Improvements