Hello everyone,

I have a very general question. In an angular application or even other 
libraries, normally I have many class css, they are nested. For ex:

<div class="content">
    <div class="container">
           <div class="left">
                ..............
           </div>
           <div class="right">
             .........
           </div>
   </div>
</div>

In CSS I can define:

.content {
.......
}

.content .container {
.......
}

.content .container .left {
.......
}

.content .container .left .sidebar {
.......
}
....

If application has many classes in classes, should I define the class by 
order like above ?  I imagine that will be very long 

You're experienced with the big application html+css, could you advice me, 
pls. Thank you


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to