-
Notifications
You must be signed in to change notification settings - Fork 1
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
Consistent CSS (move all sizing to rem) #337
Comments
Useful precommit hook script to ensure that all references to px are known and eventually phased out:
|
This is awesome! How do we integrate it into the build process? |
It's a git-hook so normally it has to be run within the hooks folder of .git. We should decide whether we want to keep this normal structure or whether we want to version our hooks so we track their changes. This can be done by changing git config to point its hook directory variable at another location that is versioned, somewhere outside the .git folder. I've added a commit to the consistent css branch that does exactly this, because I think versioning the hooks themselves is a good idea but it definitely has drawbacks too: more state to keep track of. In order to switch to the new git-hooks location once you've pulled in my changes, run "make init" and that will change your hooks config variable. If everyone does this when they pull in my changes than the new git hook will automatically run for everyone pre-commit stage |
this is a big Maybe. But consistent css especially on the desktop calendar view yes
The text was updated successfully, but these errors were encountered: