-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
100daysofcodeGHCGrace Hopper Celebration open source day hackathonGrace Hopper Celebration open source day hackathonGSSoCGirlScript Summer of CodeGirlScript Summer of CodeProgram Staffapplication-automationissues related to automating the application processissues related to automating the application processgood first issuehackathonhacktoberfesthacktoberfesthacktoberfest
Description
🚨 Ensure your PR is merging into the mvp
branch where you will find this work.
Refactor app-reference.html to remove inline styles and move CSS to SCSS file
Description:
The app-reference.html
template currently contains a large <style>
block with form styling directly in the HTML file. To improve maintainability and keep styles organized, we should move these styles into the appropriate .scss
file and remove the inline style block from the HTML.
This is a fast follow from this PR
Tasks:
- Move all
<style>
block content fromtemplates/app-reference.html
into the SCSS file - Remove the entire
<style>
block from the HTML file once verified - Extract shared styles across application forms into reusable mixins or partials
- Test to make sure no styles have changed
- Move form styles to a new partial
_form.scss
file
Out of Scope:
- Refactoring javascript to its own file
- Refactoring styles of other forms
- Style changes or updates - all styles should be visually unchanged
Metadata
Metadata
Assignees
Labels
100daysofcodeGHCGrace Hopper Celebration open source day hackathonGrace Hopper Celebration open source day hackathonGSSoCGirlScript Summer of CodeGirlScript Summer of CodeProgram Staffapplication-automationissues related to automating the application processissues related to automating the application processgood first issuehackathonhacktoberfesthacktoberfesthacktoberfest
Type
Projects
Status
Needs Reviewed