You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2017/08/06 04:08:02 UTC

[jira] [Resolved] (FLEX-35346) Unable to parse CSS class

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

Alex Harui resolved FLEX-35346.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Apache FalconJX 0.9.0

aefb414b5c9c0d0feddcdf85fadcf4007f9ca759

> Unable to parse CSS class
> -------------------------
>
>                 Key: FLEX-35346
>                 URL: https://issues.apache.org/jira/browse/FLEX-35346
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FalconJX
>    Affects Versions: Apache FalconJX 0.8.0
>            Reporter: Harbs
>             Fix For: Apache FalconJX 0.9.0
>
>
> The following css inside a fx:Style block does not compile. I believe the class name is causing the problem.
> {noformat}
> 		.mdl-slider__background-flex {
> 			position: absolute;
> 			height: 2px;
> 			width: calc(100% - 22px);
> 			top: 50%;
> 			left: 0;
> 			margin: 0 26px;
> 			overflow: hidden;
> 			border: 0;
> 			padding: 0;
> 			-webkit-transform: translate(0,-1px);
> 			transform: translate(0,-1px)
> 		}
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)