[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / important.csst
diff --git a/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/important.csst b/www/plugins-dist/compresseur/lib/csstidy/testing/unit-tests/csst/values/important.csst
deleted file mode 100644 (file)
index 032ab70..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---TEST--
-Tests !important
---CSS--
-a {
-    color:red !important;
-    size:2 ! important;
-    foo:2! important;
-    bar:2!important;
-}
---EXPECT--
-array (
-  'a' => 
-  array (
-    'color' => 'red!important',
-    'size' => '2!important',
-    'foo' => '2!important',
-    'bar' => '2!important',
-  ),
-)