* Add a helper for writing inline multi-syntax examples
This will be useful for #205.
* Add the ability to add CSS output to the syntax switcher
* Automatically generate CSS for the syntax switcher by default
* Fix most lints
* Fix a specificity bug
* Show SCSS syntax by default
* Fix a couple more lints
* Make the example helper template-engine-agnostic
* Support a "syntax switcher" with a single syntax
This will make it possible to do nice-looking single-syntax code
examples in the reference.
* Remove trailing whitespace
Fixes a documentation bug. https://github.com/sass/sass-site/pull/176 changed the property from `border-radius` to `transform`, but the text in the guide was not updated to reflect this change.
* Update snippets to use placeholder class
* Update docs text with placeholder reference
* Additional edits for clarity in how this works
* Add non extended placeholder example
The "Import" section of the "Sass Basics" page was missing a period in the following sentence:
"When you import a file you don't need to include the file extension <code>.scss</code>"
It should read:
"When you import a file you don't need to include the file extension <code>.scss</code>."