<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="main.css" rel="stylesheet" type="text/css"> <title>Title</title> </head> <body> <div class="my-block"> Text </div> </body> </html>
.my-block { color: green; } @import "./other.css";
.my-block { color: red; }
my-block
block?