There is a feature of Chrome DevTools that lets you:

See the code of any given resource the current web page is using (like CSS and JavaScript).
“Pretty Print” it (format it for readability)
Save it to disk
Use that …