CSS @rules

@rules can be used to serve different purposes in CSS. They can be some already existing rules or custom rules. These are basically some specific commands preceded by the “at” (@) symbol. Here are some @rules: @import: Comes handy when you want to import some CSS code into current style sheet. @charset: This rule tells … Read more