In the CSS Outline, Visual Studio has a folder titled, “@ Blocks” . What is it talking about?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@ Blocksis where Visual Studio will outline any@statements. THe@provide ability to add apply a set of rules to a specific declaration. They are also used for@importwhich allows you to nest CSS files. They are also used to define media type, for example@media printcan set styles for when the page is printed. Here is the W3C definition: http://www.w3.org/TR/CSS2/syndata.html#x6