Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenna Hines committed Oct 28, 2022
1 parent b3d9646 commit e33dadc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ const downloadPath = path.join(
'./fallbackPreset.js'
);

const envPath = path.join(
path.resolve( __dirname ),
'./env.json'
);
const envPath = path.join( path.resolve( __dirname ), './env.json' );

let { tailwindPreset } = fs.existsSync( envPath )
? require( './env.json' )
Expand Down

0 comments on commit e33dadc

Please sign in to comment.