mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
11 lines
137 B
CSS
11 lines
137 B
CSS
@value v-url: url('./img.png');
|
|
@value v-url-other from './shared.css';
|
|
|
|
a {
|
|
background: v-url;
|
|
}
|
|
|
|
body {
|
|
background: v-url-other;
|
|
}
|