Skip to content

refactor: move grid stylesheet to CSS assets folder - #1167

Open
GuillaumeKESTEMAN wants to merge 2 commits into
developfrom
refactor/move-grid-file-into-css-assets-folder
Open

refactor: move grid stylesheet to CSS assets folder#1167
GuillaumeKESTEMAN wants to merge 2 commits into
developfrom
refactor/move-grid-file-into-css-assets-folder

Conversation

@GuillaumeKESTEMAN

@GuillaumeKESTEMAN GuillaumeKESTEMAN commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Title: Move grid stylesheet to CSS assets folder

Type of Pull Request:

  • Bug fix
  • New feature
  • Documentation
  • Other (specify): Refactor

Associated Issue:
Closes #1166

Context:
The _grid.scss file was previously located in front/src/components/Grid, which was intended as a Grid component folder. However, since there is no longer a Grid component, this stylesheet should be colocated with other global CSS assets in front/src/assets/css for better organization and maintainability.

Proposed Changes:

  • Move _grid.scss from front/src/components/Grid to front/src/assets/css
  • Update the import statement in front/src/assets/css/index.ts to reference the new location
  • Delete the now-empty front/src/components/Grid/README.md documentation file

Checklist:

  • I have verified that my changes work as expected
  • I have updated the documentation if necessary
  • I have thought to rebase my branch
  • I have applied the correct label according to the type of PR (bug/feature/documentation)

Additional Information:
This is a pure refactoring change that improves code organization without altering functionality. No breaking changes or API modifications.

Relocate grid styles into a dedicated SCSS file for better organization.
Update imports accordingly and remove obsolete README documentation.
@GuillaumeKESTEMAN
GuillaumeKESTEMAN marked this pull request as ready for review July 24, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(front): move _grid.scss file into front/src/assets/css

1 participant