Yep

Results 2 issues of Yep

Hi I use Tailwind with the prefix `tw-` In `next.config.js`: ``` reactStrictMode: false, ... if (!dev) { const MangleCssClassPlugin = require('mangle-css-class-webpack-plugin') config.plugins.push( new MangleCssClassPlugin({ classNameRegExp: '((hover|focus|active|disabled|visited|first|last|odd|even|group-hover|focus-within|xs|sm|md|lg|xl)[\\\\]*:)*tw-[a-zA-Z0-9_-]*([\\\\]*\/[0-9]*)?', ignorePrefixRegExp: '((hover|focus|active|disabled|visited|first|last|odd|even|group-hover|focus-within|xs|sm|md||lg|xl)[\\\\]*:)*', log: true,...

help wanted

Is it possible to implement integration with ClickUp [link](https://clickup.com) ? Namely, the uploading of to-do lists in pomatez

enhancement