Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten committed Jul 18, 2023
1 parent c511927 commit 0f1f7f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/wallet/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

const postcssPresetEnv = require('postcss-preset-env');
const tailwind = require('tailwindcss');

module.exports = {
plugins: ['postcss-preset-env', 'tailwindcss'],
plugins: [postcssPresetEnv(), tailwind],
};

0 comments on commit 0f1f7f9

Please sign in to comment.