Skip to content

Commit

Permalink
Clean up dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Mar 10, 2020
1 parent 3ca885c commit 3123931
Show file tree
Hide file tree
Showing 33 changed files with 15 additions and 554 deletions.
2 changes: 0 additions & 2 deletions addon/components/nypr-o-donate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import layout from '../templates/components/nypr-o-donate';
<NyprODonate @message='hello world' @linkText='click me' @linkUrl='http://example.com/pledge' @close=(action close) />
```
Block Usage:
```hbs
@class nypr-o-donate
@yield {Hash} hash
*/
Expand Down
5 changes: 5 additions & 0 deletions app/styles/themes/gothamist/_theme.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
$VARIABLES
\*------------------------------------*/

.helloworldgothamist {
color: red;
}


/**
* Grid & Baseline Setup
*/
Expand Down
7 changes: 7 additions & 0 deletions app/styles/themes/white-label/_theme.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
$VARIABLES
\*------------------------------------*/

:root {
--font-face-header: 'Courier', monospace;
--font-size-16: 40px;
--font-size-15: 30px;
--font-size-14: 20px;
}

/**
* Grid & Baseline Setup
*/
Expand Down
10 changes: 0 additions & 10 deletions tests/dummy/app/components/color-showcase.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/dummy/app/components/color-showcase/gradient.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/dummy/app/components/color-showcase/row.js

This file was deleted.

20 changes: 0 additions & 20 deletions tests/dummy/app/components/color-showcase/swatch.js

This file was deleted.

19 changes: 0 additions & 19 deletions tests/dummy/app/components/theme-chooser.js

This file was deleted.

5 changes: 0 additions & 5 deletions tests/dummy/app/components/theme-chooser/item.js

This file was deleted.

17 changes: 0 additions & 17 deletions tests/dummy/app/controllers/docs/atoms/nypr-a-toggle-box.js

This file was deleted.

28 changes: 0 additions & 28 deletions tests/dummy/app/controllers/docs/molecules/blocks.js

This file was deleted.

15 changes: 0 additions & 15 deletions tests/dummy/app/controllers/docs/molecules/nypr-m-box-banner.js

This file was deleted.

14 changes: 0 additions & 14 deletions tests/dummy/app/controllers/docs/molecules/nypr-m-breadcrumb.js

This file was deleted.

89 changes: 0 additions & 89 deletions tests/dummy/app/controllers/docs/molecules/nypr-m-byline.js

This file was deleted.

29 changes: 0 additions & 29 deletions tests/dummy/app/controllers/docs/molecules/nypr-m-gallery-lead.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3123931

Please sign in to comment.