refactor: move grid stylesheet to CSS assets folder - #1167
Open
GuillaumeKESTEMAN wants to merge 2 commits into
Open
refactor: move grid stylesheet to CSS assets folder#1167GuillaumeKESTEMAN wants to merge 2 commits into
GuillaumeKESTEMAN wants to merge 2 commits into
Conversation
Relocate grid styles into a dedicated SCSS file for better organization. Update imports accordingly and remove obsolete README documentation.
GuillaumeKESTEMAN
requested review from
ElisaROGGE and
sartek430
and removed request for
Copilot
July 23, 2026 19:51
GuillaumeKESTEMAN
marked this pull request as draft
July 24, 2026 12:57
GuillaumeKESTEMAN
marked this pull request as ready for review
July 24, 2026 16:05
GuillaumeKESTEMAN
enabled auto-merge
July 28, 2026 06:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Move grid stylesheet to CSS assets folder
Type of Pull Request:
Associated Issue:
Closes #1166
Context:
The
_grid.scssfile was previously located infront/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 infront/src/assets/cssfor better organization and maintainability.Proposed Changes:
_grid.scssfromfront/src/components/Gridtofront/src/assets/cssfront/src/assets/css/index.tsto reference the new locationfront/src/components/Grid/README.mddocumentation fileChecklist:
Additional Information:
This is a pure refactoring change that improves code organization without altering functionality. No breaking changes or API modifications.