Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisfrank committed Feb 15, 2019
2 parents 85624e2 + 15612d8 commit a2af0ba
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,3 +22,8 @@
- Remove initial decent-discord.css
### Changed
- Complete rewrite in Sass

## [1.0.0] - 2019-02-13
### Added
- Initial release

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
7 changes: 7 additions & 0 deletions decent-discord.css
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit a2af0ba

Please sign in to comment.