Skip to content

Commit

Permalink
Merge pull request #9 from mishamyrt/develop
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
mishamyrt authored Oct 24, 2019
2 parents cd545c6 + 0774dc5 commit 3360f6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][],
and this project adheres to [Semantic Versioning][].

## [1.5.2][] — 2019-10-24

### Fixed

- Dark mode.

## [1.5.1][] — 2019-10-20

### Added
Expand Down Expand Up @@ -146,3 +152,5 @@ and this project adheres to [Semantic Versioning][].
[1.5.0]: https://github.com/mishamyrt/myrt.co/releases/tag/v1.5.0

[1.5.1]: https://github.com/mishamyrt/myrt.co/releases/tag/v1.5.1

[1.5.2]: https://github.com/mishamyrt/myrt.co/releases/tag/v1.5.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ I use [SemVer](http://semver.org/) for versioning. For the versions available, s

## License

This project is licensed under the WTFPL License - see the [LICENSE](LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
2 changes: 2 additions & 0 deletions scripts/processors.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ function cssPlugin (root) {
if (lastUsedProperty === 26) lastUsedProperty -= 26 + 7 + 25
properties[fileName][decl.prop] = `--${String.fromCharCode(A + lastUsedProperty)}`
decl.prop = properties[fileName][decl.prop]
} else {
decl.prop = properties[fileName][decl.prop]
}
}
if (decl.value.includes('var(--')) {
Expand Down

0 comments on commit 3360f6c

Please sign in to comment.