Skip to content

Commit acf6495

Browse files
committed
playwright test - Test brand is used correctly within revealjs framework
1 parent 766c0df commit acf6495

File tree

13 files changed

+117
-0
lines changed

13 files changed

+117
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*-- scss:defaults --*/
2+
$body-bg: $brand-dark-teal;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
color:
2+
palette:
3+
dark-teal: "#005E5E"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project:
2+
type: default
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*-- scss:defaults --*/
2+
$body-bg: $brand-dark-teal;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: test
3+
format:
4+
revealjs:
5+
theme: [custom.scss, brand]
6+
---
7+
8+
# content
9+
10+
content
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*-- scss:defaults --*/
2+
$body-bg: $brand-dark-teal;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: test
3+
format:
4+
revealjs:
5+
theme: [custom.scss, brand]
6+
---
7+
8+
# content
9+
10+
content
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: test
3+
format:
4+
revealjs:
5+
theme: [custom.scss, brand]
6+
brand:
7+
color:
8+
palette:
9+
dark-teal: "#005E5E"
10+
---
11+
12+
# content
13+
14+
content
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*-- scss:defaults --*/
2+
$body-bg: $brand-dark-teal;

0 commit comments

Comments
 (0)