From c34114c176e75e7db490018195fd07783daba6ca Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 29 Apr 2025 00:50:44 +0200 Subject: [PATCH] MAJOR,REFA: Moved style-modifiers into decorators dir Even though the moved properties don't have dependencies. They are style-decorators. Therefore they are moved accordingly --- src/{ => decorators}/alignment.js | 0 src/{ => decorators}/arrangement.js | 0 src/{ => decorators}/color.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => decorators}/alignment.js (100%) rename src/{ => decorators}/arrangement.js (100%) rename src/{ => decorators}/color.js (100%) diff --git a/src/alignment.js b/src/decorators/alignment.js similarity index 100% rename from src/alignment.js rename to src/decorators/alignment.js diff --git a/src/arrangement.js b/src/decorators/arrangement.js similarity index 100% rename from src/arrangement.js rename to src/decorators/arrangement.js diff --git a/src/color.js b/src/decorators/color.js similarity index 100% rename from src/color.js rename to src/decorators/color.js