From 61f4009e9f7b2afa41238be6731f282960f5ded2 Mon Sep 17 00:00:00 2001 From: Jonathan Garbee Date: Tue, 7 Jul 2015 10:09:24 -0400 Subject: [PATCH] Add alternate preprocessor question to FAQ (Closes #812) --- docs/_pages/faq.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_pages/faq.md b/docs/_pages/faq.md index f1cfea6b..552d72ad 100644 --- a/docs/_pages/faq.md +++ b/docs/_pages/faq.md @@ -26,6 +26,7 @@ include_prefix: ../
  • Where can I get help with questions about using MDL?
  • Are there any presentations or slide-decks available on MDL?
  • Can I request or contribute components to MDL?
  • +
  • Will MDL support non-Sass preprocessors?
  • @@ -175,3 +176,9 @@ We did a preview talk at Google I/O 2015 on MDL and the slides for that talk can

    Can I request or contribute components to MDL?

    Sure! There may be components or templates you would like to see implemented in MDL that we don't yet provide. Please feel free to propose them on the Issue Tracker. While we can't guarantee we'll be able to implement them all, we will consider requests and review them at regular intervals. + +

    Will MDL support non-Sass preprocessors?

    + +*Stylus, Less, PostCSS, etc.* + +MDL is implemented using Sass and there are no current plans to change this. If you wish to maintain a port to another preprocessor, you are more than welcome to.