- Water cooling management interface
- Power consumption monitoring
diff --git a/tailwind.config.js b/tailwind.config.js
index 20782f3..de54304 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -5,23 +5,10 @@ module.exports = {
'./templates/**/*.html'
],
safelist: [
- {
- pattern: /(-|)(ml|mr)-(4|8|12|16|20|24|28)/,
- variants: [
- 'sm', 'md', 'lg',
- 'first', 'first:sm', 'first:md', 'first:lg',
- 'last', 'last:sm', 'last:md', 'last:lg'
- ],
- },
- {
- pattern: /(pt|pb)-(0)/,
- variants: [
- '!', 'lg',
- 'first', 'first:sm', 'first:md', 'first:lg',
- 'last', 'last:sm', 'last:md', 'last:lg'
- ],
- }
- ],
+ 'lg:grid-cols-3',
+ 'md:grid-cols-2',
+ 'grid-cols-1',
+],
important: true,
theme: {
diff --git a/templates/shortcodes/hero_animation.html b/templates/shortcodes/hero_animation.html
index 2f00406..d1f908a 100644
--- a/templates/shortcodes/hero_animation.html
+++ b/templates/shortcodes/hero_animation.html
@@ -11,7 +11,7 @@