Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
chore: explicitly require process (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem authored Dec 27, 2021
1 parent c20b817 commit 21ab9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* Copyright 2020 the Deno authors. All rights reserved. MIT license. */

const defaultTheme = require("tailwindcss/defaultTheme"); // eslint-disable-line
const process = require("process"); // eslint-disable-line

module.exports = {
theme: {
Expand Down

0 comments on commit 21ab9dd

Please sign in to comment.