mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
sass is removing the "\200B" value and leaving it blank? I put a space there for now..
This commit is contained in:
parent
0104f7dbc0
commit
9faf5914d0
238 changed files with 238 additions and 238 deletions
|
@ -2567,7 +2567,7 @@ body:has(dialog[open]) {
|
|||
*/
|
||||
:where(nav li)::before {
|
||||
float: none;
|
||||
content: "";
|
||||
content: " ";
|
||||
}
|
||||
|
||||
.pico nav,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue