Is there a way to define regions in a CSS file in the same way as regions in C #?
As in C #, you define areas as follows
#region My Region
My problem is that I do not want to use separate CSS files for my asp.net project, but I also want to organize, so I can define specific sections, for example, for the CSS of the main page and one for FormUser, etc., so it is easy to troubleshoot if necessary. Is it possible?
css visual-studio-2010
MStp Sep 22 '11 at 18:50 2011-09-22 18:50
source share