mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
import postcssHct from "./scripts/postcss-hct.mjs";
|
|
|
|
export default {
|
|
plugins: [postcssHct],
|
|
};
|