Skip to content

Commit a4dcac7

Browse files
authored
Tidy up (#1146)
* Remove unused tailwind plugin * Tidy up tailwind config values * Remove unused files and imports * Remove `Flow` font
1 parent 810a9dd commit a4dcac7

26 files changed

+5
-717
lines changed

next.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const { withSyntaxHighlighting } = require('./remark/withSyntaxHighlighting')
88
const { withNextLinks } = require('./remark/withNextLinks')
99
const { withLinkRoles } = require('./rehype/withLinkRoles')
1010
const minimatch = require('minimatch')
11-
const withCodeSamples = require('./remark/withCodeSamples')
1211
const withExamples = require('./remark/withExamples')
1312
const {
1413
highlightCode,
@@ -183,7 +182,6 @@ module.exports = withBundleAnalyzer({
183182
options: {
184183
remarkPlugins: [
185184
withPrevalInstructions,
186-
withCodeSamples,
187185
withExamples,
188186
withTableOfContents,
189187
withSyntaxHighlighting,

remark/withCodeSamples.js

-67
This file was deleted.

scripts/rebuildStats.js

-40
This file was deleted.

src/components/CodeSample.js

-203
This file was deleted.

0 commit comments

Comments
 (0)