mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Fix a typo in the placeholder selector documentation (#605)
This commit is contained in:
parent
cc92fc9eea
commit
b573c2b2a5
@ -5,7 +5,7 @@ introduction: >
|
||||
acts a lot like a class selector, but it starts with a `%` and it's not
|
||||
included in the CSS output. In fact, any complex selector (the ones between
|
||||
the commas) that even *contains* a placeholder selector isn't included in the
|
||||
CSS, nor is any style rule whose selectors all contain placeholders,
|
||||
CSS, nor is any style rule whose selectors all contain placeholders.
|
||||
---
|
||||
|
||||
<%= partial "code-snippets/example-placeholder" %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user