Use SCSS #355

Merged
elegaanz merged 3 commits from sass into master 5 years ago
elegaanz commented 5 years ago (Migrated from github.com)
  • Use variables
  • Split everything in various files

The SCSS is compiled with cargo build/run

I also fixed a few visual issues.

- Use variables - Split everything in various files The SCSS is compiled with `cargo build`/`run` I also fixed a few visual issues.
trinity-1686a reviewed 5 years ago
Owner

is it some cargo keyword or a debug print?

is it some cargo keyword or a debug print?
codecov[bot] commented 5 years ago (Migrated from github.com)

Codecov Report

Merging #355 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #355   +/-   ##
=======================================
  Coverage   28.29%   28.29%           
=======================================
  Files          62       62           
  Lines        6545     6545           
=======================================
  Hits         1852     1852           
  Misses       4693     4693

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3830220...95ae645. Read the comment docs.

# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=h1) Report > Merging [#355](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/38302203f490d09a481baa14a2f2443fc62da94c?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/Plume-org/Plume/pull/355/graphs/tree.svg?width=650&token=sHtxmDuZ06&height=150&src=pr)](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #355 +/- ## ======================================= Coverage 28.29% 28.29% ======================================= Files 62 62 Lines 6545 6545 ======================================= Hits 1852 1852 Misses 4693 4693 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=footer). Last update [3830220...95ae645](https://codecov.io/gh/Plume-org/Plume/pull/355?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
elegaanz (Migrated from github.com) reviewed 5 years ago
elegaanz (Migrated from github.com) commented 5 years ago

Oops, I did it again.

It should probably have a pre-commit hook listing the println! I added→ 🤔

Oops, I did it again. It should probably have a pre-commit hook listing the println! I added→ :thinking:
trinity-1686a reviewed 5 years ago
Owner

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 well

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 well
trinity-1686a approved these changes 5 years ago
trinity-1686a left a comment
Owner

Don'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

Don'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

Reviewers

trinity-1686a approved these changes 5 years ago
The pull request has been merged as 9e799f2cf2.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b sass master
git pull origin sass

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff sass
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#355
Loading…
There is no content yet.