Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
591fbbfa
Commit
591fbbfa
authored
8 years ago
by
Héliton Nordt
Committed by
Christopher Chedeau
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Avoid CSS globals (#220)
parent
4ca7b0da
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
template/src/App.css
+2
-2
template/src/App.css
with
2 additions
and
2 deletions
+2
-2
template/src/App.css
+
2
-
2
View file @
591fbbfa
...
...
@@ -3,7 +3,7 @@
}
.App-logo
{
animation
:
spin
infinite
20s
linear
;
animation
:
App-logo-
spin
infinite
20s
linear
;
height
:
80px
;
}
...
...
@@ -18,7 +18,7 @@
font-size
:
large
;
}
@keyframes
spin
{
@keyframes
App-logo-
spin
{
from
{
transform
:
rotate
(
0deg
);
}
to
{
transform
:
rotate
(
360deg
);
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets