CS-Notes/docs/_style/prism-master/tests/languages/scss/placeholder_feature.test

15 lines
266 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
%foobar
%foo-bar
%foo_bar
----------------------------------------------------
[
["placeholder", "%foobar"],
["placeholder", "%foo-bar"],
["placeholder", "%foo_bar"]
]
----------------------------------------------------
Checks for placeholders.