Patternfly.css not in node_modules folder

After running

npm install @patternfly/patternfly --save

You directions say:

  1. Navigate to the patternfly package you just installed and find the PatternFly CSS stylesheet, patternfly.css
  2. Copy patternfly.css to your project’s CSS directory.

but there are no css files in this folder, just 4 folders.
node_modules/@patternfly/patternfly/patternfly.css

Maybe I misunderstood?

Yes, our main stylesheet is the file node_modules/@patternfly/patternfly/patternfly.css. You can also find it through a CDN like unpkg as well.