Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Style #119

Open
hoxirious opened this issue Oct 31, 2021 · 0 comments · May be fixed by #140
Open

Separate Style #119

hoxirious opened this issue Oct 31, 2021 · 0 comments · May be fixed by #140
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@hoxirious
Copy link
Collaborator

Instead putting styles and tsx file inside 1 folder components. I suggest doing something like this.

`components
--commons
--pages
--views

styles
--commons
--pages
--views`

where commons are single elements (TitleBar,...) and views are containers of components and pages are groups of views.
where components will have only tsx files and styles will be used for scss files.
By doing this, if I want to fix the styling, I will to styles folder and specifically, if I want to fix an elements I will go to styles/commons.

@Dennull Dennull added the documentation Improvements or additions to documentation label Nov 6, 2021
@hoxirious hoxirious self-assigned this Apr 5, 2022
@hoxirious hoxirious linked a pull request Apr 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants