From 6780477322bc229955808e9a78f42002c092ef3e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 2 Jun 2022 20:45:05 -0400 Subject: [PATCH] Remove additional reference to module for cssutils.css. Fixes warnings. Ref #21. --- docs/variables.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/variables.rst b/docs/variables.rst index 7f8fd360..6e29aa2d 100644 --- a/docs/variables.rst +++ b/docs/variables.rst @@ -1,7 +1,6 @@ ======================== CSS Variables ======================== -.. module:: cssutils.css See :class:`cssutils.serialize.Preferences` about a way to replace all variable references with their actual values while serializing. As CSSVariables are not implemented in any (?) browser or other user agent cssutils preprocesses these. So you are able to use variables in your stylesheets without having to worry about UA support.