Michael Wu

Results 9 issues of Michael Wu

I`m navigate document about buttons, and by some reason have Spanish text , maybe have some problema about the translate config ![image](https://user-images.githubusercontent.com/24510745/140840517-51adac63-c895-480c-bd74-a3eaf546bde8.png)

It's possible to exist option for rule `dollar-variable-empty-line-before` check by number of empty lines after variables like [max-empty-lines](https://stylelint.io/user-guide/rules/list/max-empty-lines/) ? because this one: ```scss $color1: #EEE; $color2: #FFF; $var1: 6px; $var2:...

Maybe is better using prop to get raw value like [Quasar mask input example](https://quasar.dev/vue-components/input#example--unmasked-model), because in some cases we need to use only the raw value, but to use we...

Add example on README.md

## Description Documentation from README is broken: - https://orkestral.github.io/venom/index.html - https://docs.orkestral.io/venom ## Steps to Reproduce 1. Open the url from README (https://orkestral.github.io/venom/index.html or https://docs.orkestral.io/venom)

bug
needs triage

For me, this description about `lintOnSave` is contradicting itself, where it says that we should activate it carefully because it is slow, yet its default value is `true`. ``` Check...

I was added typescript and did some refactor, but exist some type `any` because I didn't understand some logic, is better you check about this ### TODO - [x] add...

The project is missing `tsconfig.json` to generate declaration file for typescript support ![image](https://user-images.githubusercontent.com/24510745/190881869-259c8798-c0a0-438b-aa4d-00ddcc8171a7.png)

### Description This PR addresses an issue where the library is incompatible with `vue-tsc@^2.0.0`. To prevent new users from encountering the issue #306 it is important to specify that the...