We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ff8b3 commit 4974ca4Copy full SHA for 4974ca4
packages/vue-quill/src/assets/snow.styl
@@ -5,7 +5,7 @@ backgroundColor = #fff
5
inactiveColor = #4B5563
6
shadowColor = #D1D5DB
7
textColor = #4B5563
8
-// Additional colors
+// Additional color
9
backgroundHoverColor = #F3F4F6
10
backgroundActiveColor = #DBEAFE
11
scripts/release.ts
@@ -1,7 +1,5 @@
1
-import chalk from "chalk"
2
-
3
(() => {
4
- // const chalk = require('chalk')
+ const chalk = require('chalk')
const execa = require('execa')
const path = require('path')
const semanticRelease = require('semantic-release')
0 commit comments