From cc982fdbd1234b1a9ea29d93e3b997889a150577 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 11 Oct 2015 09:52:30 -0400 Subject: [PATCH] Corrected extension --- learnsass.scss => sass.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename learnsass.scss => sass.html.markdown (96%) diff --git a/learnsass.scss b/sass.html.markdown similarity index 96% rename from learnsass.scss rename to sass.html.markdown index 9ab4eba7..509aee9b 100644 --- a/learnsass.scss +++ b/sass.html.markdown @@ -170,6 +170,7 @@ ul { } /* '&' will be replaced by the parent selector. */ +/* You can also nest pseudo-classes. */ /* Keep in mind that over-nesting will make your code less maintainable. For example: */ @@ -221,11 +222,11 @@ Have you ever wondered whether Sass is an acronym or not? You probably haven't, Because people were constantly writing it as "SASS", the creator of the language jokingly called it "Syntactically Awesome StyleSheets". -##Practice Sass +## Practice Sass If you want to play with Sass in your browser, check out [SassMeister](http://sassmeister.com/). You can use either syntax, just go into the settings and select either Sass or SCSS. ## Further reading * [Official Documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html) -* [The Sass Way](http://thesassway.com/) provides tutorials beginner-advanced and articles. +* [The Sass Way](http://thesassway.com/) provides tutorials (beginner-advanced) and articles.