Skip to content

Commit

Permalink
Merge pull request #336 from hypothesis/fix-sass-import
Browse files Browse the repository at this point in the history
Fix importing from sass package, since it no longer has a default export
  • Loading branch information
acelaya authored Jun 13, 2023
2 parents fc37e40 + d76d711 commit bf4046d
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 bf4046d

Please sign in to comment.