Yurii Kinakh

Results 4 issues of Yurii Kinakh

My component looks like: ```vue class DDashboardFactory { define() { return defineComponent({ components: { DClock }, props: { title: { type: String, required: true }, leftAside: { type: Array as...

stale

Seems like the plugin doesn't work with Vue `v-bind:class` functionality. ![image](https://user-images.githubusercontent.com/24792876/191950433-aec3952e-5fdc-4471-b8d6-0b3268317e9c.png)

bug

**What version of VS Code are you using?** v1.93.0 **What version of Tailwind CSS IntelliSense are you using?** v0.12.10 **What version of Tailwind CSS are you using?** v3.4.11 **What package...

### Describe the feature It would be helpful to add support for minutesStep and secondsStep props to the TimeField component. Currently, TimeField allows users to input or select any value...