mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-17 04:40:48 -07:00
Linting with "test"
This commit is contained in:
parent
e32a19b954
commit
c5a8acc12d
6 changed files with 219 additions and 211 deletions
|
@ -1,16 +1,16 @@
|
|||
const head = {
|
||||
brick: [0, 62, 53],
|
||||
yellow: [48, 100, 64]
|
||||
brick: [0, 62, 53],
|
||||
yellow: [48, 100, 64]
|
||||
}
|
||||
const bg = {
|
||||
forest: '#006375',
|
||||
green: '#63D6A3',
|
||||
blue: '#358EFF',
|
||||
salmon: '#FF9B7A',
|
||||
coral: '#F96854',
|
||||
forest: '#006375',
|
||||
green: '#63D6A3',
|
||||
blue: '#358EFF',
|
||||
salmon: '#FF9B7A',
|
||||
coral: '#F96854'
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
head: head,
|
||||
bg: bg
|
||||
};
|
||||
head: head,
|
||||
bg: bg
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue