Modernize CSS
This commit is contained in:
parent
b598a1c090
commit
47ff32fc9f
8 changed files with 2833 additions and 2958 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue