sass is removing the "\200B" value and leaving it blank? I put a space there for now..

This commit is contained in:
Yohn 2024-12-13 20:43:42 -05:00
parent 0104f7dbc0
commit 9faf5914d0
238 changed files with 238 additions and 238 deletions

View file

@ -13,7 +13,7 @@
// https://github.com/picocss/pico/issues/634#issuecomment-2541600508
:where(nav li)::before {
float: none; // fixes safari bug in dropdowns. Previously was: left
content: "\200B"; // makes voice overs realize its a list item
content: " "; //\200B"; // makes voice overs realize its a list item
}
// Pico