|
|
|
|
|
by alnorth
3538 days ago
|
|
I half agree with you, but one of the real benefits that SASS gives you here is making dependencies more obvious. A named variable like `$slider-height` is much clearer than a random number like `50px`. Yeah, you could put a comment next to every constant in the CSS, but I don't think that's clearer than the SASS alternative. |
|
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_v...