Rename any _all.scss
files to _index.scss
so they work as index files
#4960
Milestone
_all.scss
files to _index.scss
so they work as index files
#4960
What
Rename the
all
files that act as entrypoints to each of our Sass layers.Retain the
all
files as aliases, but add deprecation warnings when importing via them so we can remove those files in the next major release.Update any documentation referring to the
all
files to reference the newindex
files.Why
Use
index
as the entrypoint for each layer as it:Who needs to work on this
Developers
Who needs to review this
Developers, tech writer
Done when
index
filesall
files as aliases for the index files, and they output warnings when importedall
files to reference theindex
files instead.The text was updated successfully, but these errors were encountered: