Skip to content

Commit 61168a1

Browse files
authored
Merge pull request #3088 from metacpan/haarg/syntax-highlight-theme-fix
fix syntaxhighlighter styles
2 parents 30e74ff + 5577bf1 commit 61168a1

File tree

7 files changed

+200
-773
lines changed

7 files changed

+200
-773
lines changed

build-assets.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import {
55
lessLoader
66
}
77
from 'esbuild-plugin-less';
8-
import {
9-
sassPlugin
10-
}
11-
from 'esbuild-sass-plugin';
128
import {
139
writeFile,
1410
opendir,
@@ -22,7 +18,6 @@ const config = {
2218
entryPoints: [
2319
'root/static/js/main.mjs',
2420
'root/static/less/style.less',
25-
'root/static/scss/style.scss',
2621
],
2722
assetNames: '[name]-[hash]',
2823
entryNames: '[name]-[hash]',
@@ -40,7 +35,6 @@ const config = {
4035
},
4136
plugins: [
4237
lessLoader(),
43-
sassPlugin(),
4438
new class {
4539
name = 'metacpan-build';
4640

0 commit comments

Comments
 (0)