I've created this css file ___________________________________________ /* CSS file */
#padre {
background-color: red;
width: 300px;
}
#figlio {
background-color: green;
width: 100%;
}
____________________________________________
for my flex application, but the flex builder gives a syntax error.
Can you give me an example of css file for flex application please?
Thanks

