GasWell-front/node_modules/scss/examples/input.scss

2 lines
98 B
SCSS
Raw Normal View History

$b : #234567; div { height:#d3e115; .error { background: $b; color:green; }} a:hover{color: $b; }