Closed (fixed)
Project:
Prototype
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2023 at 22:47 UTC
Updated:
6 Feb 2024 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shreya_th commentedadding support for an abbreviation of a newly created theme within a generator, and this abbreviation will be used to update/replace CSS property prefixes. To achieve this, we typically need to update a configuration file in the project.
As per my knowledge we have to add abbreviation in configuration file within the theme that handles settings related to the CSS generation or prefixing. In prototype theme this could be a .info.yml.
So i've added abbreviation name for generator in .info.yml file.
Comment #3
jldust commentedComment #4
jldust commentedI've updated the generator to allow users to pass an abbreviation name for css variables during initial theme setup. During testing this allows users to set a folder name and theme name independant of the css variable names. It is an optional element that can be passed during generation.
Comment #7
jldust commentedThis has been merged into the 5.x branch, we will include it in the next tagged release.
Comment #8
jldust commented