From 978bd76d2ba3ed3538ebea38382ecf78d9a48f1a Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 19 May 2020 16:02:42 +0800 Subject: [PATCH] docs: fix duplicated antd css --- gatsby-browser.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gatsby-browser.js b/gatsby-browser.js index 070cb689d4..11a9e284c0 100644 --- a/gatsby-browser.js +++ b/gatsby-browser.js @@ -1,7 +1,6 @@ require('./site/css/demo.css'); require('./packages/component/src/css/l7.css'); -require('antd/dist/antd.css'); window.geotiff = require('geotiff'); window.g2 = require('@antv/g2'); window.l7 = require('@antv/l7');