You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
The repo contains examples of doing all sorts of things that won't apply to every project. This is an example thereof.
The files under assets/scss (which we agreed in the task force meeting today should be renamed to sass) are meant to contain SASS files for compiling the theme's style.css. The files under assets/css are meant to be single-purpose CSS files to be enqueued on certain pages, or when a given block is present on the page (using the conditional has_block) or any other conditional and well-scoped scenario.
Ultimately, since these files are likely to be much smaller in scope, the assets/css folder might contain a few small CSS files directly. Or if one wants to use SASS, we recommend the current structure of a src and a build folder to follow the same structure as webpack (used for the Gutenberg blocks and for compiling JS/TS files) for consistency.
theme/assets/css/src
folder contains SCSS files.The text was updated successfully, but these errors were encountered: