From c7d0f63d3ebf87f6a29d39d6959d46626a75e1c8 Mon Sep 17 00:00:00 2001 From: Andrew Gardhouse Date: Fri, 20 Oct 2017 15:12:34 -0700 Subject: [PATCH] Removes 'Sass' from README because Sass is no longer included in the project --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index aafbbde..bcffca0 100644 --- a/README.md +++ b/README.md @@ -71,24 +71,6 @@ You link to a modal by simply setting the ID to a link element's `href` like thi If you want to decouple the modal call from the location's hash you need to add `data-cssmodal-nohash` to the link. -### Sass - -If you use Sass you can use the file [modal.scss](modal.scss) and include it -into your project. Here is an example: - -```scss -@import "modules/modal"; -``` - -CSS Modals uses Sass's placeholders. You can use them by calling them via -@extend in your modal's class name. The snippet looks something like that: - -```scss -.my-awesome-class-name { - @extend %modal; -} -``` - ### JavaScript As stated above you don't need JavaScript to get a good experience out of CSS