From 0e583d99bd319197b467c8f34d405b934ce3a2bc Mon Sep 17 00:00:00 2001 From: Martin Melcher Date: Thu, 13 Oct 2016 14:47:42 +0200 Subject: [PATCH] fix variable name for number precision --- Sassify.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sassify.module b/Sassify.module index c373089..cd96335 100644 --- a/Sassify.module +++ b/Sassify.module @@ -56,7 +56,7 @@ class Sassify extends WireData implements Module { self::$cssFilename = wire('sanitizer')->name($this->css_filename); self::$cssPath = $this->css_path; self::$cssUrl = $this->css_url; - self::$numberPrecision = $this->number_precision; + self::$numberPrecision = $this->css_number_precision; self::$outputFormat = $this->sass_formatter; self::$templatePath = wire('config')->paths->templates; } @@ -100,4 +100,4 @@ class Sassify extends WireData implements Module { return self::$cssUrl . self::$cssFilename . '.css'; } -} \ No newline at end of file +}