基本のCSSの名前

main.css
common.css
settings.css
base.css
all.css
master.css
app.css
ドメイン名.css

用途別CSSの名前

style.css
responsive.css
layout.css
fonts.css
animations.css
animate.css
preloader.css
loading.css
home.css(トップページ用のCSS、トップページの動きが複雑なサイトなどに)
top.css(トップページ用のCSS)
child-theme.min.css

JSファイルの名前

lib.js
common.js

CSSファイルのバージョン名の付け方

xxx.css?ver=x.x.x
xxx.css?v=x.x.x(数字の羅列の場合もあり)
xxx.css?d=2105201408(dateのd、日付+時間)

「=」を付けない場合もある