mirror of
https://github.com/timvisee/send.git
synced 2026-04-22 22:24:37 -04:00
Modernize CSS
This commit is contained in:
+3
-5
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user