Fix issue of calc for .form-required::after which not displayed with error

Created on 11 February 2020, almost 5 years ago
Updated 16 January 2023, almost 2 years ago

Compiled CSS:

    -webkit-background-size: calc(1.5em + 0.75rem + 2px)/2 calc(1.5em + 0.75rem + 2px)/2;
    background-size: calc(1.5em + 0.75rem + 2px)/2 calc(1.5em + 0.75rem + 2px)/2;
    width: calc(1.5em + 0.75rem + 2px)/2;
    height: calc(1.5em + 0.75rem + 2px)/2;

Error: Invalid property value.

May be:

    -webkit-background-size: calc((1.5em + 0.75rem + 2px)/2) calc((1.5em + 0.75rem + 2px)/2);
    background-size: calc((1.5em + 0.75rem + 2px)/2) calc((1.5em + 0.75rem + 2px)/2);
    width: calc((1.5em + 0.75rem + 2px)/2);
    height: calc((1.5em + 0.75rem + 2px)/2);

calc in ()

🐛 Bug report
Status

Closed: outdated

Version

6.7

Component

Code

Created by

🇷🇺Russia vvs Russia

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024