UAB-IT / linear

Framework for UAB IT website
https://uab-it.github.io/linear/
Mozilla Public License 2.0
3 stars 0 forks source link

Remove dependency #127

Closed MattMcAdams closed 2 years ago

MattMcAdams commented 3 years ago

I'm no longer maintaining my npm package, Stratus, which was comprised of several SCSS functions and mixins that help create design systems. The old repository will soon be archived or deleted and all npm packages removed from the registry.

This pull request will add the required code directly to this repo, removing the dependency on the npm package. I've updated all internal references to point to the local files and can confirm that the build does not throw any errors.

I'm unable to test the CSS itself, so I would recommend uploading the CSS to a development environment before accepting the PR to confirm everything still works as intended. Any fixes, maintenance, or support can be handled by someone at UAB - all source code is added here. Please let me know if you need an exact copy of the old package's repo and I'll retrieve the archive.

After accepting the PR, you should probably go ahead and merge it into the master branch and create a new release, just to be sure all references to the old package are flushed.