Styles for themes
Describes styles for themes in Configured Commerce CMS.
Styles are essentially a string array. Each string should be a file path reference to a SASS (.scss) or CSS (.css) file that resides in the theme directory structure, which are then included on the web page after the opening <head>
tag.
The Configured Commerce solution comes with base CSS/SCSS files, as well as specific SCSS template files to style pre-built pages.
You can add or edit these existing styles to extend the theme's styling for specific page elements. You can also create new CSS/SCSS files and add them to the Styles directory in your Theme project to style any custom widgets or pages you create.
Updated about 11 hours ago