mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
10 lines
No EOL
94 B
SCSS
10 lines
No EOL
94 B
SCSS
|
|
$paulrougetpink: #f06;
|
|
|
|
div {
|
|
color: $paulrougetpink;
|
|
}
|
|
|
|
span {
|
|
background-color: #EEE;
|
|
} |