Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 23d9434

Browse files
authoredSep 16, 2022
doc: remove irrelevant todos (#1468)
1 parent f117b17 commit 23d9434

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎docs/_sass/uikit/components/grid-masonry.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ $grid-gap-large: $global-large-gutter !default;
6161
/* Item Span
6262
========================================================================== */
6363

64-
// TODO Fix implicit tracks if span is too large
6564
.uk-grid-item-span-2 { grid-column-start: span 2; }
6665
.uk-grid-item-span-3 { grid-column-start: span 3; }
6766
.uk-grid-item-span-4 { grid-column-start: span 4; }

‎docs/assets/js/uikit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8223,7 +8223,6 @@
82238223

82248224
};
82258225

8226-
// TODO improve isToggled handling
82278226
function isToggled(target, cls) {
82288227
return cls
82298228
? hasClass(target, cls.split(' ')[0])

0 commit comments

Comments
 (0)
Please sign in to comment.