mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 08:30:26 +00:00
10 lines
94 B
SCSS
10 lines
94 B
SCSS
|
|
$paulrougetpink: #f06;
|
|
|
|
div {
|
|
color: $paulrougetpink;
|
|
}
|
|
|
|
span {
|
|
background-color: #EEE;
|
|
} |