Carlos Rovira created FLEX-35252:
------------------------------------
Summary: CSS table is prefix with dot
Key: FLEX-35252
URL: https://issues.apache.org/jira/browse/FLEX-35252
Project: Apache Flex
Issue Type: Bug
Components: FalconJX
Affects Versions: Apache FalconJX 0.7.0
Reporter: Carlos Rovira
Having this rule in CSS
table.tableSection {
display: table;
width: 100%;
}
output is prefixed with a dot:
.table.tableSection {
display: table;
width: 100%;
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)