Skip saving empty utility classes values in configuration

Created on 29 May 2023, about 1 year ago

Problem/Motivation

Currently, utility class values are being stored in configuration empty, it is cleaner to store in configuration those that are being used and omit those that are not. Example:

            'vlsuite_layout:main_regions':
              text-align: ''
              color: ''
              background-color: ''
              background-gradient: ''
              background-opacity: ''
              padding-y: '2'
              padding-x: '3'
              rounded: ''
              shadow: ''
              border: ''
              margin-start: ''

Proposed resolution

Store in configuration only utility class values that are being used.

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain albeorte

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

Comments & Activities

Production build 0.69.0 2024