-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactoring Ideas #277
Comments
with root relative paths, code completion won't work correctly. I only had bad experiences with that kind of style nonsense. And I'd rather get rid of the CSS file completely than dragging in an SCSS transpiler. So no to both of the items from me, sorry. |
I am using it with my angular project and its just a typescript setting which hasn't failed me till now. I really find it cumbersome to convert css to js and not being able to debug where the css style is coming from. |
React dev tools show where the style is coming from: As for root relative paths... maybe worth a try. I can only speak from experience, it never turned out to be a good idea for larger projects and was removed at some point in the project. |
@DanielHabenicht just realised... we already have root relative paths https://github.com/CovOpen/CovMapper/blob/master/src/App.tsx#L17 |
than i will run a format command to make it look the same everywhere. |
src/component/name
instead of../../src/component/name
)Please add yours as well.
The text was updated successfully, but these errors were encountered: