mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue