webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.24k stars 590 forks source link

5.40.0 Fixes - Batch 2 (`themes/src`) #4135

Closed adrians5j closed 2 months ago

adrians5j commented 2 months ago

Changes

This PR moves all of the code in the extensions/theme folder to extensions/theme/src. This was made for consistency (the new scaffolds also follow this folder structure).

With that, one additional change we did here is the import of the global.scss file. Previously, the file was directly imported from Admin/Website React apps, but now, they are imported within the the theme package's code.

How Has This Been Tested?

Manually.

Documentation

Changelog.

adrians5j commented 2 months ago

Went through this changes with @Pavel910.