nikdo / wind-alert

Alerts wind freaks about big days.
0 stars 0 forks source link

Underlined logo #106

Closed nikdo closed 4 years ago

nikdo commented 4 years ago

Steps to reproduce:

  1. Navigate to spot detail.
  2. Click logo to navigate to the homepage.

Current behavior: Logo is underlined.

Screenshot 2020-06-28 at 00 08 11

nikdo commented 4 years ago

CSS nesting is not supported by create-react-app. It supports only Stage 3+ postcss-preset-env features. Nesting is Stage 1.

To enable nesting, there are few options:

  1. Eject. Change stage.
  2. Use react-app-rewired to bump up stage.
  3. Use Sass.
nikdo commented 4 years ago

Time estimated: 3h Time spent: 1h