Commit 8cb63a5
committed
minor #1450 Remove Sass from custom CSS files (javiereguiluz)
This PR was squashed before being merged into the main branch.
Discussion
----------
Remove Sass from custom CSS files
This is mentioned by `@weaverryan` in #1449.
We don't really use any Sass feature (except nesting and some variables). I've replaced Sass variables by CSS custom properties ... and removed the nesting by flattening all styles (we can readd nesting soon when native support is a big bigger than today: https://caniuse.com/?search=nesting).
**Ryan**, if you agree on this, can we just merge it and then you rebase your PR? Thanks!
Commits
-------
691859e Remove Sass from custom CSS filesFile tree
7 files changed
+234
-237
lines changed- assets/styles
- public/build
7 files changed
+234
-237
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments