diff --git a/packages/vue-quill/src/assets/snow.styl b/packages/vue-quill/src/assets/snow.styl index 92ced597..f355b8d8 100644 --- a/packages/vue-quill/src/assets/snow.styl +++ b/packages/vue-quill/src/assets/snow.styl @@ -5,7 +5,7 @@ backgroundColor = #fff inactiveColor = #4B5563 shadowColor = #D1D5DB textColor = #4B5563 -// Additional colors +// Additional color backgroundHoverColor = #F3F4F6 backgroundActiveColor = #DBEAFE diff --git a/scripts/release.ts b/scripts/release.ts index c81ce8e6..c0b0f612 100644 --- a/scripts/release.ts +++ b/scripts/release.ts @@ -1,7 +1,5 @@ -import chalk from "chalk" - (() => { - // const chalk = require('chalk') + const chalk = require('chalk') const execa = require('execa') const path = require('path') const semanticRelease = require('semantic-release')