Skip to content

Commit

Permalink
Clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbarrierwilson committed Dec 13, 2019
1 parent 75e774d commit 53cb0ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Summarize your PR. If it includes design elements include a screenshot or gif.
- [ ] Added or updated **jest tests**
- [ ] Checked for **breaking changes** and labeled appropriately
- [ ] Checked for **accessibility** including keyboard-only and screenreader modes
- [ ] Checked for changes against **new themes**
- [ ] Check against **all themes** for compatability in both light and dark modes
- [ ] A [changelog](https://github.com/elastic/eui/blob/master/CHANGELOG.md) entry exists and is marked appropriately
5 changes: 0 additions & 5 deletions src/themes/eui-amsterdam/global_styling/mixins/_panel.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Mixin for use in:
* - EuiCard
* - EuiPageContent
*/
@mixin euiPanel($selector) {
@if variable-exists(selector) == false {
@error 'A $selector must be provided to @mixin euiPanel().';
Expand Down
Empty file removed wiki/theme-development.md
Empty file.
4 changes: 2 additions & 2 deletions wiki/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ variables. Currently we maintain the following themes:

* theme_light (the default EUI theme)
* theme_dark (the same theme in dark)
* theme_amsterdam_light (the next itteration of the EUI light theme)
* theme_amsterdam_dark (the next itteration of the EUI dark theme)
* theme_amsterdam_light (the next iteration of the EUI light theme)
* theme_amsterdam_dark (the next iteration of the EUI dark theme)

Each of these themes (outside of the default theme_light one) include variable,
mixins, functions and other overwrites that adjust colors and sizing to fit the
Expand Down

0 comments on commit 53cb0ec

Please sign in to comment.