diff --git a/CHANGELOG.md b/CHANGELOG.md index 47bf15e..33f0128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## [1.0.0] - 2019-02-13 +## [1.1.1] - 2019-02-15 ### Added -- Initial release +- Add deprecated decent-discord.css again to avoid breaking already used imports +### Changed +- Update README +### Fixed +- Fix changelog version order ## [1.1.0] - 2019-02-15 ### Added @@ -18,3 +22,8 @@ - Remove initial decent-discord.css ### Changed - Complete rewrite in Sass + +## [1.0.0] - 2019-02-13 +### Added +- Initial release + diff --git a/README.md b/README.md index d0dacda..852af0e 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ # A Decent Discord Theme + +## Import the Theme + +Base theme: + +```css +@import url(https://dennisfrank.github.io/decent-discord/dist/base.css); +``` + +Plugins: + +```css +@import url(https://dennisfrank.github.io/decent-discord/dist/plugins/PLUGIN-NAME.css); +``` + +Base theme and all plugins combined: + +```css +@import url(https://dennisfrank.github.io/decent-discord/dist/complete.css); +``` + +## TODO + +- Write a proper README :smile: diff --git a/decent-discord.css b/decent-discord.css new file mode 100644 index 0000000..a8b07a2 --- /dev/null +++ b/decent-discord.css @@ -0,0 +1,7 @@ +/** + This file is DEPRECATED and and will be deleted soon. + Please import dist/base.css and dist/plugins/PLUGIN-NAME.css or dist/complete.css + */ + +@import url(https://dennisfrank.github.io/decent-discord/dist/base.css); +@import url(https://dennisfrank.github.io/decent-discord/dist/plugins/apple-emojis.css);