Linux 软件免费装
Banner图

Fluid Space Forge

开发者 mijstrebor
更新时间 2026年8月26日 07:01
捐献地址: 去捐款
PHP版本: 8.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

css responsive spacing clamp design-system

下载

1.2.4 1.3.0

详情介绍:

Fluid Space Forge is a professional WordPress plugin that generates responsive spacing systems using modern CSS clamp() functions. Create consistent, scalable margins, padding, and gaps that adapt beautifully from mobile to desktop. Why Fluid Space Forge? Perfect Companion Fluid Space Forge is the perfect companion to Fluid Font Forge! While typography scales smoothly across devices, your spacing should too. Together, they create cohesive, responsive design systems that work beautifully on any screen size. Output Formats CSS Classes Generate margin, padding, and gap classes: .space-m-lg { margin: clamp(0.75rem, calc(0.7rem + 0.2vw), 1rem); } .space-p-md { padding: clamp(0.6rem, calc(0.55rem + 0.18vw), 0.75rem); } .space-g-sm { gap: clamp(0.4rem, calc(0.35rem + 0.15vw), 0.5rem); } CSS Custom Properties Create reusable CSS variables: :root { --space-lg: clamp(0.75rem, calc(0.7rem + 0.2vw), 1rem); --space-md: clamp(0.6rem, calc(0.55rem + 0.18vw), 0.75rem); } Tailwind-style Utilities Generate complete utility class sets: .mt-lg { margin-top: clamp(...); } .px-md { padding-left: clamp(...); padding-right: clamp(...); } .gap-y-sm { row-gap: clamp(...); } Key Features Use Cases Browser Support CSS clamp() is supported in all modern browsers:

安装:

Automatic Installation
  1. Log into your WordPress admin panel
  2. Navigate to Plugins → Add New
  3. Search for "Fluid Space Forge"
  4. Click "Install Now" and then "Activate"
  5. Access the plugin via Tools → Fluid Space Forge
Manual Installation
  1. Download the plugin zip file
  2. Log into your WordPress admin panel
  3. Navigate to Plugins → Add New → Upload Plugin
  4. Choose the downloaded zip file and click "Install Now"
  5. Click "Activate Plugin"
  6. Access via Tools → Fluid Space Forge
After Activation
  1. Navigate to Tools → Fluid Space Forge in your WordPress admin
  2. Configure your base spacing values and viewport range in the Settings panel
  3. Choose your output format: Classes, Variables, or Utilities
  4. Customize your spacing scale by adding, editing, or reordering sizes
  5. Preview your spacing at different screen sizes
  6. Copy the generated CSS code and add it to your theme

屏幕截图:

  • Tailwind output sizes selection
  • Preview of margins, padding, and gaps over viewport range
  • Margin, padding, and gap spacing CSS results

升级注意事项:

1.0 Initial release of Fluid Space Forge. Start creating responsive spacing systems today!

常见问题:

What is CSS clamp()?

The clamp() CSS function calculates a value between a minimum and maximum, with a preferred value that scales fluidly. It's perfect for responsive spacing that adapts smoothly across all screen sizes.

Do I need the Fluid Font Forge plugin?

No! While Fluid Space Forge works beautifully alongside Fluid Font Forge, they are independent plugins. Each can be used separately or together for a complete fluid design system.

Can I use this with any WordPress theme?

Yes! Fluid Space Forge generates standard CSS that works with any WordPress theme, page builder, or block editor.

What's the difference between the three output formats?

  • Classes - Traditional CSS classes with full names (.space-m-lg)
  • Variables - CSS custom properties for reusable values (--space-lg)
  • Utilities - Tailwind-style utilities with shorthand names (.mt-lg, .px-md)

Can I customize the spacing scale?

Absolutely! You can add unlimited spacing sizes, edit their names, delete sizes, and drag-and-drop to reorder them. The plugin comes with 6 default sizes (xs, sm, md, lg, xl, xxl) that you can customize or replace.

Does this work with rem units?

Yes! You can switch between px and rem units at any time. The plugin recalculates all values when you switch units.

Is the generated CSS compatible with older browsers?

The clamp() function is supported in modern browsers (Chrome 79+, Firefox 75+, Safari 13.1+, Edge 79+). For older browser support, you may need to provide fallback values.

Can I reset to defaults?

Yes! Each tab has a "Reset" button that restores the original 6 default sizes. Your custom settings are also preserved and can be restored.

Does it save automatically?

Yes! The plugin includes autosave functionality that saves your changes every 10 seconds. You can also manually save at any time using the Save button.

更新日志:

1.3.0 - 2026-08-25 1.2.4 - 2025-11-21 1.2.3 - 2025-11-20 1.2.2 - 2025-11-08 1.2.1 - 2025-10-29 1.0 (2025-01-06)