You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2020/08/06 18:39:00 UTC

[jira] [Resolved] (NETBEANS-1459) Unsupported CSS3 @supports rule

     [ https://issues.apache.org/jira/browse/NETBEANS-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Bläsing resolved NETBEANS-1459.
----------------------------------------
    Resolution: Duplicate

> Unsupported CSS3 @supports rule
> -------------------------------
>
>                 Key: NETBEANS-1459
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1459
>             Project: NetBeans
>          Issue Type: Bug
>          Components: web - CSS Editor
>    Affects Versions: 9.0
>         Environment: Windows 10
>            Reporter: Artur Stępień
>            Priority: Minor
>
> The following code for example causes warning
> {code:java}
> @supports (transform-style: preserve-3d) {
>     .carousel-item-next.carousel-item-left,
>     .carousel-item-prev.carousel-item-right {
>         transform: translate3d(0, 0, 0);
>     }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists