# File lib/sass/tree/import_node.rb, line 62
      def _perform(environment)
        return DirectiveNode.new("@import url(#{full_filename})") if full_filename =~ /\.css$/
        super
      end