File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,8 @@ All notable changes to the "vue3-code-block" plugin will be documented in this f
30
30
* If you are using the default themes without using ` import ` then you will not be affected by this change.
31
31
* Fixing HighlightJS default theme style causing icon to appear over a scrollbar when present.
32
32
* Adding sass scripts to package.json to compile scss files to css.
33
+
34
+ ## v2.1.1
35
+ 2023-04-16
36
+ [ main] (@webdevnerdstuff )
37
+ * Changing importing of css/scss/sass to use @use instead of @import .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue3-code-block" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS or Highlight.js." ,
5
5
"private" : false ,
6
6
"main" : " dist/vue3-code-block.js" ,
You can’t perform that action at this time.
0 commit comments