We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eca1df commit 21c57cfCopy full SHA for 21c57cf
packages/veno-ui/lib.fix.ts
@@ -3,7 +3,7 @@ import fs from 'node:fs'
3
import { globSync } from 'glob'
4
import { mkdirpSync } from 'mkdirp'
5
6
-globSync(['lib/**/*.mjs', 'lib/**/*.d.ts']).forEach(file => {
+globSync(['lib/**/*.js', 'lib/**/*.d.ts']).forEach(file => {
7
const code = fs.readFileSync(file, 'utf-8')
8
9
fs.writeFileSync(
packages/veno-ui/src/composables/layout/styles/_tools.scss
@@ -8,7 +8,6 @@
flex: 1 1 auto;
10
&--full-height {
11
- --ve-scrollbar-offset: inherit;
12
height: 100%;
13
}
14
-}
+}
0 commit comments