Use SCSS #355
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#355
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "sass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SCSS is compiled with
cargo build
/run
I also fixed a few visual issues.
is it some cargo keyword or a debug print?
Codecov Report
Continue to review full report at Codecov.
Oops, I did it again.
It should probably have a pre-commit hook listing the println! I added→ 🤔
I personally use "poisson" followed by a color ("poisson rouge" (=golden fish), "poisson vert"...) in my debug prints. That way a simple
git grep poisson
prevent me from doing such. It's quite weird when someone look at my code over my shoulder, but work fairly wellDon't seems to break anything, so it's fine by me. I wonder if in the long run it wouldn't be better to not mix generated files with static ones. Using symbolic links or something like that when necessary