Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

style(scss): update `rule-empty-line-before` config

Cotes Chung (Sep 28, 2023, 1:27 AM +0800) b489da89 2d565975

+64 -1
+1 -1
.stylelintrc.json
··· 15 15 "scss/operator-no-newline-after": null, 16 16 "rule-empty-line-before": [ 17 17 "always", 18 - { "ignore": ["after-comment", "first-nested", "inside-block"] } 18 + { "ignore": ["after-comment", "first-nested"] } 19 19 ], 20 20 "value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }], 21 21 "media-feature-range-notation": "prefix"
+2
_sass/addon/commons.scss
··· 527 527 0% { 528 528 transform: translateX(-100%); 529 529 } 530 + 530 531 100% { 531 532 transform: translateX(100%); 532 533 } ··· 536 537 0% { 537 538 transform: translateX(-100%); 538 539 } 540 + 539 541 100% { 540 542 transform: translateX(100%); 541 543 }
+26
_sass/colors/syntax-dark.scss
··· 24 24 .highlight table td { 25 25 padding: 5px; 26 26 } 27 + 27 28 .highlight table pre { 28 29 margin: 0; 29 30 } 31 + 30 32 .highlight, 31 33 .highlight .w { 32 34 color: #d0d0d0; 33 35 background-color: #151515; 34 36 } 37 + 35 38 .highlight .err { 36 39 color: #151515; 37 40 background-color: #ac4142; 38 41 } 42 + 39 43 .highlight .c, 40 44 .highlight .ch, 41 45 .highlight .cd, ··· 45 49 .highlight .cs { 46 50 color: #848484; 47 51 } 52 + 48 53 .highlight .cp { 49 54 color: #f4bf75; 50 55 } 56 + 51 57 .highlight .nt { 52 58 color: #f4bf75; 53 59 } 60 + 54 61 .highlight .o, 55 62 .highlight .ow { 56 63 color: #d0d0d0; 57 64 } 65 + 58 66 .highlight .p, 59 67 .highlight .pi { 60 68 color: #d0d0d0; 61 69 } 70 + 62 71 .highlight .gi { 63 72 color: #90a959; 64 73 } 74 + 65 75 .highlight .gd { 66 76 color: #f08a8b; 67 77 background-color: #320000; 68 78 } 79 + 69 80 .highlight .gh { 70 81 color: #6a9fb5; 71 82 background-color: #151515; 72 83 font-weight: bold; 73 84 } 85 + 74 86 .highlight .k, 75 87 .highlight .kn, 76 88 .highlight .kp, ··· 78 90 .highlight .kv { 79 91 color: #aa759f; 80 92 } 93 + 81 94 .highlight .kc { 82 95 color: #d28445; 83 96 } 97 + 84 98 .highlight .kt { 85 99 color: #d28445; 86 100 } 101 + 87 102 .highlight .kd { 88 103 color: #d28445; 89 104 } 105 + 90 106 .highlight .s, 91 107 .highlight .sb, 92 108 .highlight .sc, ··· 98 114 .highlight .s1 { 99 115 color: #90a959; 100 116 } 117 + 101 118 .highlight .sa { 102 119 color: #aa759f; 103 120 } 121 + 104 122 .highlight .sr { 105 123 color: #75b5aa; 106 124 } 125 + 107 126 .highlight .si { 108 127 color: #b76d45; 109 128 } 129 + 110 130 .highlight .se { 111 131 color: #b76d45; 112 132 } 133 + 113 134 .highlight .nn { 114 135 color: #f4bf75; 115 136 } 137 + 116 138 .highlight .nc { 117 139 color: #f4bf75; 118 140 } 141 + 119 142 .highlight .no { 120 143 color: #f4bf75; 121 144 } 145 + 122 146 .highlight .na { 123 147 color: #6a9fb5; 124 148 } 149 + 125 150 .highlight .m, 126 151 .highlight .mb, 127 152 .highlight .mf, ··· 132 157 .highlight .mx { 133 158 color: #90a959; 134 159 } 160 + 135 161 .highlight .ss { 136 162 color: #90a959; 137 163 }
+35
_sass/colors/syntax-light.scss
··· 24 24 .highlight table td { 25 25 padding: 5px; 26 26 } 27 + 27 28 .highlight table pre { 28 29 margin: 0; 29 30 } 31 + 30 32 .highlight, 31 33 .highlight .w { 32 34 color: #24292f; 33 35 background-color: #f6f8fa; 34 36 } 37 + 35 38 .highlight .k, 36 39 .highlight .kd, 37 40 .highlight .kn, ··· 41 44 .highlight .kv { 42 45 color: #cf222e; 43 46 } 47 + 44 48 .highlight .gr { 45 49 color: #f6f8fa; 46 50 } 51 + 47 52 .highlight .gd { 48 53 color: #82071e; 49 54 background-color: #ffebe9; 50 55 } 56 + 51 57 .highlight .nb { 52 58 color: #953800; 53 59 } 60 + 54 61 .highlight .nc { 55 62 color: #953800; 56 63 } 64 + 57 65 .highlight .no { 58 66 color: #953800; 59 67 } 68 + 60 69 .highlight .nn { 61 70 color: #953800; 62 71 } 72 + 63 73 .highlight .sr { 64 74 color: #116329; 65 75 } 76 + 66 77 .highlight .na { 67 78 color: #116329; 68 79 } 80 + 69 81 .highlight .nt { 70 82 color: #116329; 71 83 } 84 + 72 85 .highlight .gi { 73 86 color: #116329; 74 87 background-color: #dafbe1; 75 88 } 89 + 76 90 .highlight .kc { 77 91 color: #0550ae; 78 92 } 93 + 79 94 .highlight .l, 80 95 .highlight .ld, 81 96 .highlight .m, ··· 88 103 .highlight .mx { 89 104 color: #0550ae; 90 105 } 106 + 91 107 .highlight .sb { 92 108 color: #0550ae; 93 109 } 110 + 94 111 .highlight .bp { 95 112 color: #0550ae; 96 113 } 114 + 97 115 .highlight .ne { 98 116 color: #0550ae; 99 117 } 118 + 100 119 .highlight .nl { 101 120 color: #0550ae; 102 121 } 122 + 103 123 .highlight .py { 104 124 color: #0550ae; 105 125 } 126 + 106 127 .highlight .nv, 107 128 .highlight .vc, 108 129 .highlight .vg, ··· 110 131 .highlight .vm { 111 132 color: #0550ae; 112 133 } 134 + 113 135 .highlight .o, 114 136 .highlight .ow { 115 137 color: #0550ae; 116 138 } 139 + 117 140 .highlight .gh { 118 141 color: #0550ae; 119 142 font-weight: bold; 120 143 } 144 + 121 145 .highlight .gu { 122 146 color: #0550ae; 123 147 font-weight: bold; 124 148 } 149 + 125 150 .highlight .s, 126 151 .highlight .sa, 127 152 .highlight .sc, ··· 135 160 .highlight .ss { 136 161 color: #0a3069; 137 162 } 163 + 138 164 .highlight .nd { 139 165 color: #8250df; 140 166 } 167 + 141 168 .highlight .nf, 142 169 .highlight .fm { 143 170 color: #8250df; 144 171 } 172 + 145 173 .highlight .err { 146 174 color: #f6f8fa; 147 175 background-color: #82071e; 148 176 } 177 + 149 178 .highlight .c, 150 179 .highlight .ch, 151 180 .highlight .cd, ··· 156 185 .highlight .cs { 157 186 color: #68717a; 158 187 } 188 + 159 189 .highlight .gl { 160 190 color: #68717a; 161 191 } 192 + 162 193 .highlight .gt { 163 194 color: #68717a; 164 195 } 196 + 165 197 .highlight .ni { 166 198 color: #24292f; 167 199 } 200 + 168 201 .highlight .si { 169 202 color: #24292f; 170 203 } 204 + 171 205 .highlight .ge { 172 206 color: #24292f; 173 207 font-style: italic; 174 208 } 209 + 175 210 .highlight .gs { 176 211 color: #24292f; 177 212 font-weight: bold;