Drop / inline prepend() SCSS function #1385
Labels
breaking change
cleanup/refactoring
design/style
Front-end site design / styling
e0-minutes
Effort < 60 min
Milestone
Consider dropping
prepend()
, in favor of usingjoin()
directly:docsy/assets/scss/support/_functions.scss
Lines 3 to 5 in c8530e3
In doing so we can eliminate https://github.com/google/docsy/blob/main/assets/scss/support/_functions.scss.
AFAICT, there is only one instance of the call to
prepend()
in Docsy SCSS.The other function that was in this file (
color-diff()
) was removed by:The text was updated successfully, but these errors were encountered: