Current CSS uses @import which has performance impacts and limits styling flexibility. Migrating to SCSS will allow for better variables, nesting, and organization.
.css files to .scss._sass/ directory.Converted the entire CSS architecture to SCSS/SASS.
_sass/ directory with prefixed partials (_p_variables.scss, _p_core.scss, _p_base_layout.scss, etc.) to avoid naming conflicts with entry points._p_variables.scss._p_core.scss.assets/css/ to contain only SCSS entry points that orchestrate the partials via @import..css files and the themes/ directory.rake build) is successful and correctly compiles all stylesheets.