Skip to content

Added necessary semicolon, removed unnecessary#71

Open
DonSinDRom wants to merge 1 commit intoFamous:developfrom
DonSinDRom:develop
Open

Added necessary semicolon, removed unnecessary#71
DonSinDRom wants to merge 1 commit intoFamous:developfrom
DonSinDRom:develop

Conversation

@DonSinDRom
Copy link

It was an error (missed semicolon) on:

body {
  line-height:1-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}

Instead of:

body {
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant