Make Gruntmaster::Page::Base::variants not need overriding
[gruntmaster-page.git] / lib / Gruntmaster / Page / CSS.pm
index 2553ab6e5c0833f9371850f83a39d59031b5f65c..7165c3adefc8d4bef306b60fd4ba4615c55ca063 100644 (file)
@@ -19,6 +19,4 @@ sub generate{
        [200, ['Content-Type' => 'text/css', 'Cache-Control' => 'public, max-age=604800', 'X-Forever' => 1], [minify $css] ]
 }
 
-sub variants{ [[css => 1, 'text/css', undef, undef, undef, undef]] }
-
 1
This page took 0.009203 seconds and 4 git commands to generate.