Hi,
I have some Components in the package
com.company.project.views.viewsOfTypeA
and in
com.company.project.views.viewsOfTypeB
when I want to define styles in a css file do I have to create seperate
namespaces for the two folders:
@namespace a "com.company.project.views.viewsOfTypeA.*";
@namespace b "com.company.project.views.viewsOfTypeB.*";
a|ViewA1, b|ViewB1
{
/*css definitions*/
}
or is there a way to use one namespace also for all subfolders
@namespace b "com.company.project.views.???";
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Flex-Namespaces-in-CSS-Subfolders-tp9469.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.