Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 59fc943

Browse files
author
Dominik Rowicki
authored
Merge pull request #35 from netguru/fix-stylelint-error
Fix stylelint error in react-scripts' template
2 parents d5b7823 + 50f4961 commit 59fc943

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/react-scripts/template/src/components/App/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
.appTitle {
26-
font-size: 1.5em;
26+
font-size: $fs-2;
2727
}
2828

2929
@keyframes appLogoSpin {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
$fs-1: 1rem;
2+
$fs-2: 1.5rem;

0 commit comments

Comments
 (0)