moxystudio / next-with-moxy

MOXY's boilerplate to accelerate the setup of new Next.js based web applications
https://next-with.moxy.tech
MIT License
101 stars 11 forks source link

fix: typography target media #86

Closed AfonsoVReis closed 4 years ago

AfonsoVReis commented 4 years ago

Right now typography.css isn't using custom medias accordingly to what we set in custom-medias.css.

This PR aims to fix this.

github-actions[bot] commented 4 years ago

This pull-request can be previewed at https://next-with-moxy-pr-86.now.sh. Please check the Zeit Now status below to see when it's ready.

codecov[bot] commented 4 years ago

Codecov Report

Merging #86 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #86   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines          75     75           
  Branches        9      9           
=====================================
  Hits           75     75

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4309e0b...c88bec4. Read the comment docs.

satazor commented 4 years ago

Thanks @AfonsoVReis, nice catch!