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

Commit

Permalink
Add @todo comment to breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Oct 20, 2020
1 parent 8ca81ad commit 77e0be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/abstracts/_breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// See https://github.com/WordPress/gutenberg/tree/master/packages/viewport#usage
$breakpoints: 480px, 600px, 782px, 960px, 1280px, 1440px;

// @todo refactor breakpoints so they use the mixins from Gutenberg
// https://github.com/WordPress/gutenberg/blob/master/packages/base-styles/_mixins.scss
@mixin breakpoint( $sizes... ) {
@each $size in $sizes {
@if type-of( $size ) == string {
Expand Down

0 comments on commit 77e0be9

Please sign in to comment.