Modernize CSS

This commit is contained in:
AaronDewes 2022-07-26 16:52:29 +00:00
parent b598a1c090
commit 47ff32fc9f
8 changed files with 2833 additions and 2958 deletions

View file

@ -1,8 +1,6 @@
class TailwindExtractor {
static extract(content) {
return content.match(/[A-Za-z0-9-_:/]+/g) || [];
}
}
const TailwindExtractor = content => {
return content.match(/[A-Za-z0-9-_:/]+/g) || [];
};
const options = {
plugins: [