]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't use CSS prefixer
authorVincent Bernat <vincent@bernat.ch>
Sat, 5 Sep 2020 12:01:02 +0000 (14:01 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 5 Sep 2020 12:01:02 +0000 (14:01 +0200)
It is out of date. Don't bother replacing it, we don't really need
that.

extensions/css.py [deleted file]
site.yaml

diff --git a/extensions/css.py b/extensions/css.py
deleted file mode 100644 (file)
index 9d5775b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
-CSS plugins
-"""
-
-from hyde.plugin import Plugin
-import cssprefixer
-
-class CSSPrefixerPlugin(Plugin):
-    """Run CSS prefixer"""
-    def text_resource_complete(self, resource, text):
-        if not resource.source_file.kind in ("less", "css"):
-            return
-        return cssprefixer.process(text, debug=False, minify=True)
index 24c5e15f6db30fa387274a26e91cf5ae308fe23d..9e4c818c48711fc27577852e6c2bd6bcc7e97ef9 100644 (file)
--- a/site.yaml
+++ b/site.yaml
@@ -7,7 +7,6 @@ plugins:
   - extensions.combine.CombinePlugin
   - hyde.ext.plugins.auto_extend.AutoExtendPlugin
   - hyde.ext.plugins.less.LessCSSPlugin
-  - extensions.css.CSSPrefixerPlugin
   - extensions.text.IncludeManpagePlugin
   - hyde.ext.plugins.textlinks.TextlinksPlugin
   - hyde.ext.plugins.images.ImageSizerPlugin