arts/fluid-design-system

Fluid spacing and typography units for Elementor

Maintainers

Package info

github.com/artkrsk/fluid-design-system-for-elementor

Homepage

Language:TypeScript

Type:wordpress-plugin

pkg:composer/arts/fluid-design-system

Transparency log

Fund package maintenance!

Buy Me A Coffee

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

v2.5.3 2026-08-13 08:08 UTC

README

Tests Codecov PHP WordPress

Fluid typography and spacing presets for Elementor using CSS clamp() — smooth responsive scaling without breakpoints.

Quick Links

Users Developers
Install from WordPress.org Developer Hooks Reference
Video Tutorials & Guide GitHub Releases

Development

git clone https://github.com/artkrsk/fluid-design-system-for-elementor.git
cd fluid-design-system-for-elementor
npm install

Edit project.development.js to set your WordPress plugin path:

config.wordpressPlugin.target = '/path/to/your/wordpress/plugins/fluid-design-system-for-elementor'

Commands

Command Description
pnpm dev:plugin Watch build, syncing into a local WP site (DEV_TARGET)
pnpm dev Documentation site (VitePress)
pnpm build Production build (creates the distribution ZIP)
pnpm test Unit tests (Vitest)
pnpm release <spec> Version bump, stamp, changelog sync and tag

Everything else runs through pnpm execbiome check ., tsc --noEmit, stylelint 'src/styles/**/*.scss', knip, playwright test, and vendor/bin/phpstan / vendor/bin/phpcs on the PHP side.

Made by Artem Semkin