|
In package manager console, when trying to install the Blueprint CSS library:
install-package blueprint (results in not found)
install-package blueprintcss (results in not found)
install-package blueprint css (results in invalid proj. name due to space presumably)
install-package blueprint-css (results in not found)
install-package blueprint.css (results in not found)
When I run get-package -remote (with or without a filter on "blueprint") the Blueprint CSS package is listed as available. The name listed is "Blueprint CSS", but no indication of what to use when referencing the package in the
install-package command.
|