Shikha created WEEX-385:
---------------------------
Summary: CSS nested sass rendering support
Key: WEEX-385
URL: https://issues.apache.org/jira/browse/WEEX-385
Project: Weex
Issue Type: Task
Components: Android, iOS
Reporter: Shikha
Assignee: codefurture
Currently only single level selectors are allowed in CSS for Weex.
For example - This works,
.buttonWrapper{
position: relative;
}
.button{
position: absolute;
}
But this doesn't -
.primaryWrapper{
position: relative;
.primary{
position: absolute;
}
}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)