Skip to content

Commit

Permalink
Merge pull request #29 from the-markup/revert-blacklight
Browse files Browse the repository at this point in the history
Revert "initial commit"
  • Loading branch information
joeleastwood committed Apr 26, 2024
2 parents 111854a + 0256d74 commit 6e37843
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 150 deletions.
5 changes: 4 additions & 1 deletion src/graphic/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"heading": "The heading is defined in config.json",
"subhead": "There is also a subhead you can set",
"source": "The Markup",
"align": "none",
"bespoke": true,
"bespoke": false,
"auto_screenshot": true,
"fonts": null,
"svelte": false
Expand Down
1 change: 0 additions & 1 deletion src/graphic/sass/abstracts/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// ---------------

$c-white: #ffffff;
$c-blacklight: #6600ff;

//Blue
$c-navy: #242a49;
Expand Down
89 changes: 0 additions & 89 deletions src/graphic/sass/modules/_header.scss

This file was deleted.

12 changes: 0 additions & 12 deletions src/graphic/sass/modules/_maintenance.scss

This file was deleted.

13 changes: 0 additions & 13 deletions src/graphic/sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
@import 'abstracts/mq';
@import 'abstracts/variables';
@import 'abstracts/functions';

@import 'modules/header';
@import 'modules/maintenance';

.blacklight-client__content {
padding: 0 5vw;
max-width: 620px;
margin: 0 auto;

@include mq($bp-tablet) {
padding: 0;
}
}
3 changes: 1 addition & 2 deletions src/graphic/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="graphic-test">
{{> partials/header }}
{{> partials/maintenance }}
{{> partials/example }}
</div>
1 change: 1 addition & 0 deletions src/graphic/templates/partials/example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h3>Hey I am a test partial</h3>
29 changes: 0 additions & 29 deletions src/graphic/templates/partials/header.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/graphic/templates/partials/maintenance.html

This file was deleted.

0 comments on commit 6e37843

Please sign in to comment.