Rather than pulling these packages from CDNs and caching them locally on each build, we can just grab them from the node packages that we already install.
Not only will this make builds a bit faster, but it will also ensure that the css files are stable with the library versions that we're using.
Rather than pulling these packages from CDNs and caching them locally on each build, we can just grab them from the node packages that we already install.
Not only will this make builds a bit faster, but it will also ensure that the css files are stable with the library versions that we're using.