diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-04-13 19:10:44 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-04-13 19:44:24 -0400 |
commit | 264e571b0ca34d24f4997c5864a43d4f475e14dc (patch) | |
tree | 3ddfb30dbd97dc5c5c3da91a8e1cba4916348190 /tailwind.config.js | |
parent | 290e1694efacc8bfea62b78538cb9d40003f62f6 (diff) |
full version 2 re-write
Diffstat (limited to 'tailwind.config.js')
-rw-r--r-- | tailwind.config.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index d6359c8..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - purge: ["./src/**/*.html", "./src/**/*.jsx", "./src/**/*.js"], - theme: { - extend: { - screens: { - xs: { max: "400px" }, - }, - }, - }, - variants: { - textColor: ["responsive", "hover", "focus", "group-hover"], - }, -}; |