-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Objective
Migrate all form component styles from Sass to PostCSS.
Components to Migrate
-
go-checkbox -
go-datepicker -
go-field -
go-fieldset -
go-radio -
go-select -
go-switch -
go-textarea
For each component:
- Create a new
.cssfile - Migrate Sass features to PostCSS equivalents
- Update component's
styleUrlproperty - Update tests if needed
- Verify visual consistency
- Test across supported browsers
Dependencies
- Depends on [Migration] Replace Sass with PostCSS: Global Styles and Utils #278 for global styles migration
- Update component documentation after migration
Migration Guidelines
- Use CSS custom properties for variables
- Use PostCSS nesting for nested selectors
- Replace Sass functions with CSS calculations where possible
- Document any breaking changes