mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Fix SASS error
`SassError: Top-level selectors may not contain the parent selector "&".`
This commit is contained in:
parent
3385328c70
commit
379faa6fb8
|
@ -6,7 +6,7 @@
|
|||
height: 0
|
||||
|
||||
@each $ratio1, $ratio2 in (16, 9), (4, 3)
|
||||
&.ratio#{$ratio1}x#{$ratio2}
|
||||
.ratio#{$ratio1}x#{$ratio2}
|
||||
padding-bottom: (100% * $ratio2 / $ratio1)
|
||||
|
||||
.iframe
|
||||
|
|
Loading…
Reference in New Issue
Block a user