Skip to content

Commit

Permalink
Merge pull request #33 from jonathantneal/feature/border-box-pseudo-c…
Browse files Browse the repository at this point in the history
…ontent

Use consistent border-box box-sizing for pseudo content
  • Loading branch information
jensimmons authored Feb 21, 2019
2 parents d91c08b + 6920435 commit 02b4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remedy.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



* { box-sizing: border-box; } /* Switch to border-box for box-sizing. */
*, ::before, ::after { box-sizing: border-box; } /* Switch to border-box for box-sizing. */

/* Immediately jump any animation to the end point if the user has set their device to "prefers reduced motion". */
/* This could create bad, unintended consequences. Remove as needed, and write your own appropriate code for prefers-reduced-motion. */
Expand Down

0 comments on commit 02b4ff8

Please sign in to comment.