Naming Convention pages placed in CSS
Attribute(s)
Naming Convention
Description
When a CSS is placed in a page, the name of this page must represent this: CSS-<Name>. Another reasonable option is <Name>.css, matching the convention with which it will be seen over the web.
Motivation
Naming the page this way, will identify the page as being a CSS container.
Note, you may want to use a page as a CSS container as this design element will load more quickly as a form (or document). However an other option is to have a CSS file in the shared (image) resource library Those design elements do cache and load even faster.
Example / Details
When a page is a CSS container use the following format:
CSS-<Name>