mirror of
https://gitlab.com/prism-break/prism-break.git
synced 2025-03-31 21:34:04 +00:00
Fix for missing OS X warning
Thanks to @anthologist for noticing (#1505)!
This commit is contained in:
parent
ea38781d04
commit
a8d10d626e
@ -15,7 +15,7 @@ mixin category-head(category)
|
||||
.text-block.warning!= h.marked(t['warning-android'])
|
||||
else if category.name == 'iOS'
|
||||
.text-block.warning!= h.marked(t['warning-ios'])
|
||||
else if category.name == 'Mac'
|
||||
else if category.name == 'OS X'
|
||||
.text-block.warning!= h.marked(t['warning-mac'])
|
||||
else if category.name == 'Windows'
|
||||
.text-block.warning!= h.marked(t['warning-windows'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user