From one CSS variable plugin generate derivatives

Created on 23 November 2023, over 1 year ago

Problem/Motivation

After discussion about πŸ“Œ Bootstrap 5: Do we need all those CSS variables? Postponed .

We need to provide a way to generate other CSS variables from one CSS variable plugin in order to reduce the number of CSS variables in some design systems. Even if it would be better that this would be fixed upstream.

For UI Suite Bootstrap, to avoid:
- the color and RGB color variables couple
- to have too many color variables and colors by componant.

Proposed resolution

my_variable:
  ...
  derivatives:
    other_variable:
      transformation_plugin_id:
        plugin_configuration

So we need to define a transformation plugin type.

Remaining tasks

User interface changes

Remove variables in UI Suite Bootstrap.

API changes

Data model changes

✨ Feature request
Status

Active

Version

1.0

Component

User interface

Created by

πŸ‡«πŸ‡·France Grimreaper France πŸ‡«πŸ‡·

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024