Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 15:29
· 1 commit to master since this release

Changelog: v2.1.2...v2.2.0

Simplified plugin imports:

import { clr } from 'paint-bucket/core';
import 'paint-bucket/core/hsl';

clr().hsl();