Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit a1f5537

Browse files
committed
move to plasmo, nodejs v20
1 parent dc82f21 commit a1f5537

10 files changed

Lines changed: 20494 additions & 13577 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ material-style.min.css
324324
/static/
325325
/public/bundle.*
326326
/public/styles/sass-cache
327+
/.plasmo/
327328

328329
release.zip
329330
release/

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14
1+
20

assets/icon.png

3.44 KB
Loading

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const paths = {
1111
src: 'new/**/*.scss',
1212
public: 'public/styles/app.scss',
1313
appCss: 'public/styles/',
14-
dest: 'dist',
14+
dest: 'src/assets',
1515
},
1616
};
1717

new/app/themed/elements/_breadcrumbs.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
transform: rotate(45deg);
2424
vertical-align: top;
2525
width: 0.3em;
26+
}
2627

27-
&:last-child {
28-
border: none;
29-
}
28+
.crumbs .crumb:last-child::after {
29+
border: none;
3030
}
3131

3232
.crumbs {

0 commit comments

Comments
 (0)