Skip to content

Rename scss files to include p prefix for pages

Taurie Davis requested to merge add-page-prefix into master

Includes the prefix p_ when adding scss files that relate to specific pages. This is important because many of our "pages" are also "components" and there could be multiple files with the same name or there could be confusion between files.

For example, there is already a _spacing.scss file under components. There is also one under pages. This prefixes spacing with a p_ to differentiate the two files.

Merge request reports