Skip to content

Commit

Permalink
Fix compile-css script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Dec 30, 2023
1 parent f6ea094 commit 75c53d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile-css.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

const sass = require('sass'); // eslint-disable-line node/no-unpublished-require
// eslint-disable-next-line n/no-unpublished-require
const sass = require('sass');
const fs = require('fs');
const path = require('path');

Expand Down

0 comments on commit 75c53d9

Please sign in to comment.