From a1f3f77da4f47dbc1974343e3388296a4852d743 Mon Sep 17 00:00:00 2001 From: hbawazir <43827542+hbawazir@users.noreply.github.com> Date: Thu, 8 Aug 2019 01:57:55 +0300 Subject: [PATCH] Fixed sentences structure. Removes Less literal translation. (#25970) --- guide/arabic/css/css-pre-processors/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/arabic/css/css-pre-processors/index.md b/guide/arabic/css/css-pre-processors/index.md index 06c2c67fa0..b16108efe3 100644 --- a/guide/arabic/css/css-pre-processors/index.md +++ b/guide/arabic/css/css-pre-processors/index.md @@ -1,13 +1,13 @@ --- title: CSS Pre-Processors -localeTitle: المعالجات المسبقة CSS +localeTitle: معالجات CSS المسبقة --- -## المعالجات المسبقة CSS +## معالجات CSS المسبقة -Pre-processor عبارة عن برنامج يسمح باستخدام وظائف CSS الموسعة مع المتغيرات والوظائف والمشغلين والعديد من الأصول المفيدة التي تفتقد إلى CSS. +البريبروسيسور (المعالج المسبق) هو برنامج حاسوب يسمح باستخدام وظائف CSS موسعة تتضمت إمكانية استخدام المتغيرات, الدوال البرمجية, المشغلات (معاملات رياضية) بالإضافه إلى الكثير من الأصول التي تفتقدها CSS ## معالجات مسبقة شعبية * [ساس](http://sass-lang.com) -* [أقل](http://lesscss.org) -* [مرقم](http://stylus-lang.com) \ No newline at end of file +* [لٍس](http://lesscss.org) +* [مرقم](http://stylus-lang.com)