mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-30 18:16:48 +10:00
Missing semicolon
This commit is contained in:
parent
1615842a0a
commit
309199e923
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ Here's an example what your AboutPage.css file could look like:
|
|||
padding: 24px;
|
||||
|
||||
/* Use CSS variable imported from marketplace.css */
|
||||
background-color: var(--marketplaceColor)
|
||||
background-color: var(--marketplaceColor);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue