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.
Also, see this added commit that addresses additional updates that may be required