Skip to content

Commit

Permalink
fix(source-list): remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Dec 28, 2024
1 parent b1de27b commit a0592b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 273 deletions.
3 changes: 2 additions & 1 deletion src/runtime/components/BoosterPicture/classes/SourceList.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Source, { normalizeSrc } from '../../BoosterImage/classes/Source';
import createSort from '#booster/externals/create-sort';
import createSort from 'sort-css-media-queries/lib/create-sort';

import { toHashHex } from '#booster/utils/string';

const sortByMediaQueries = createSort();
Expand Down
272 changes: 0 additions & 272 deletions src/runtime/externals/create-sort.js

This file was deleted.

0 comments on commit a0592b5

Please sign in to comment.