Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The getting started section of the site instructs us to install the library as a dev dependency. Why is that? The css classes are needed in production. If any business uses the
npm install --productioncommand, it will not be included in the javacsript bundle. Is this a small mistake in the docs or has this been done on purpose?