• Resolved bhenselmann

    (@bhenselmann)


    Up to now CTC allowing each css-attribute only once in a css-selector. But because of browser specific restrictions sometimes it′s useful to have the same attribute with different values in a selector – e.g. older versions of Internet Explorer did not understand “rem”. Then it′s helpful to define a “fallback” px-value first and then the “rem-value”, which is ignored by the old ie.

    https://www.ads-software.com/plugins/child-theme-configurator/

Viewing 1 replies (of 1 total)
  • Plugin Author lilaeamedia

    (@lilaeamedia)

    bhenselmann,

    Thank you for the suggestion.

    Unfortunately under the current architecture, handling each attribute as an array (allowing multiple instances of the same rule) would add an order of magnitude to the already heavy configuration data.

    While we have tried to create an application that allows enormous flexibility and enables rapid development for advanced WordPress users, not every possible corner case is possible using CTC (e.g., multple-stop gradients, multiple column styles, etc.).

    We will continue to add functionality when demand exists.

Viewing 1 replies (of 1 total)
  • The topic ‘feature suggestion: allow duplicated css-attributes’ is closed to new replies.