Skip to content

Commit

Permalink
Fix importing from sass package, since it no longer has a default export
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jun 12, 2023
1 parent fc37e40 commit d76d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { basename, dirname, extname, relative } from 'path';

import autoprefixer from 'autoprefixer';
import postcss from 'postcss';
import sass from 'sass';
import * as sass from 'sass';

/**
* @typedef {import('tailwindcss').Config} TailwindConfig
Expand Down

0 comments on commit d76d711

Please sign in to comment.