Skip to content

Commit

Permalink
doc: remove irrelevant todos (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Sep 16, 2022
1 parent f117b17 commit 23d9434
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/_sass/uikit/components/grid-masonry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ $grid-gap-large: $global-large-gutter !default;
/* Item Span
========================================================================== */

// TODO Fix implicit tracks if span is too large
.uk-grid-item-span-2 { grid-column-start: span 2; }
.uk-grid-item-span-3 { grid-column-start: span 3; }
.uk-grid-item-span-4 { grid-column-start: span 4; }
Expand Down
1 change: 0 additions & 1 deletion docs/assets/js/uikit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8223,7 +8223,6 @@

};

// TODO improve isToggled handling
function isToggled(target, cls) {
return cls
? hasClass(target, cls.split(' ')[0])
Expand Down

0 comments on commit 23d9434

Please sign in to comment.