How to use the css-unit-sort.sortFn function in css-unit-sort

To help you get started, we’ve selected a few css-unit-sort examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bartveneman / css-analyzer-diff / src / diff-lists.js View on Github external
		return (a, b) => cssUnitSort.sortFn(a, b) * -1
	}

css-unit-sort

Sort css values no matter the unit

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis

Popular css-unit-sort functions