You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This repo still contains resources related to the bundling of an es5 module, local demo Sass, and still supports legacy concepts like non-rem CSS post-processing.
Describe the solution you'd like
Remove all es5 resources required for bundling. This includes all script references and npm dependencies.
Remove these legacy services. Also, make sure that they are removed from all documentation including the README and API docs.
Update the index.html file in the ./dir to use CDN style resources. The local demo Sass resources should be deleted. The npm script for processing these demo styles should also be released
Please delete any _legacy directory if one exists.
Exit criteria
This issue will be complete once all legacy Sass and es5 building resources have been removed from the repo.
Is your feature request related to a problem? Please describe.
This repo still contains resources related to the bundling of an es5 module, local demo Sass, and still supports legacy concepts like non-rem CSS post-processing.
Describe the solution you'd like
Remove all es5 resources required for bundling. This includes all script references and npm dependencies.
Remove these legacy services. Also, make sure that they are removed from all documentation including the README and API docs.
Update the index.html file in the ./dir to use CDN style resources. The local demo Sass resources should be deleted. The npm script for processing these demo styles should also be released
Please delete any
_legacy
directory if one exists.Exit criteria
This issue will be complete once all legacy Sass and es5 building resources have been removed from the repo.
See linked commits for update references.
The text was updated successfully, but these errors were encountered: