# What / Why I have a package where I'd like to have a CSS file names `*.css`. When running `npm pack`, the file is not included ## When Consistently every time. ## Where npm public registry ### Steps to Reproduce 1. Create an npm package 1. Add a file named *.css 1. Run `npm pack` to build package 1. Explore the package and see that *.css is exlcuded ### Expected Behavior *.css should be included ## Who * n/a ## References * n/a