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.33k stars 603 forks source link

Abstracting `reset.css` Styles and Cleaning Up `global.scss` File #4138

Closed adrians5j closed 4 months ago

adrians5j commented 4 months ago

Changes

With this PR, we're abstracting the base reset.css styles that are used within Admin/Website apps.

Not only this is making it easier for users to grasp what's going on in the extensions/theme, but also, by importing it ourselves, we can ensure that the reset.css styles are imported first, which is how these styles should be applied.

We'll be revisiting the existing 5.40.0 project upgrade script so that these changes are taken into consideration.

How Has This Been Tested?

Manually.

Documentation

Changelog.