Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
refactor: restructure the generated scss code of playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed Apr 17, 2019
1 parent 33d69f6 commit 1985663
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions projects/playground/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/* You can add global styles to this file, and also import other style files */

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
html,
body {
height: 100%;
}

body {
margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif;
}

0 comments on commit 1985663

Please sign in to comment.