From 3f3a27ba0dc3988cf6abca4bd8a7d3d0e68a4054 Mon Sep 17 00:00:00 2001 From: Antoine Leblanc Date: Fri, 8 May 2015 21:50:32 +0200 Subject: [PATCH] Update README.md Libsass now allow us to add the missing compact and expanded output styles. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 546366678..c52221889 100644 --- a/README.md +++ b/README.md @@ -219,9 +219,9 @@ Specify the intended location of the output file. Strongly recommended when outp ### outputStyle Type: `String` Default: `nested` -Values: `nested`, `compressed` +Values: `nested`, `expanded`, `compact`, `compressed` -Determines the output format of the final CSS style. (`'expanded'` and `'compact'` are not currently supported by [libsass], but are planned in a future version.) +Determines the output format of the final CSS style. ### precision Type: `Integer`