Evaluate this CSS-HTML - Post 2

No, there is no problem in naming your css files whatever you want, and its best to name them that make the most sense like you are doing. Even if it was just one css file theres no rule that says it has to be “styles.css” thats just was FCC does in the challenges. As long as it makes sense, and usually its best to name it so that if another dev were potentially to come behind you and work on your code then they would know what that css file is for. So you are fine in that area

Thanks, Cody.

I learned long ago that conventions and documentation are invaluable. If I were working with other developers instead of on a private project, I would have covered this with the team. I also try to put a note or comment in the file to show what it is associated with.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.