Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Sep 12, 2023
1 parent 58f9fc5 commit 142aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import replace from '@rollup/plugin-replace'
import resolve from '@rollup/plugin-node-resolve'
import terser from '@rollup/plugin-terser'
import { createFilter } from '@rollup/pluginutils'
import sassImplementation from 'sass'
import * as sassImplementation from 'sass'
import sassFunctions from './src/scss/_functions.mjs'
import fs from 'fs'
import path from 'path'
Expand Down

0 comments on commit 142aa80

Please sign in to comment.