mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
13 lines
163 B
CSS
13 lines
163 B
CSS
@import './imported-at-import.css';
|
|
|
|
.imported {
|
|
color: green;
|
|
}
|
|
|
|
pre {
|
|
background-color: #eee;
|
|
width: 500px;
|
|
padding: 1em 1.5em;
|
|
border-radius: 10px;
|
|
}
|