Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

[feature request] supporting .vue file #69

@beeplin

Description

@beeplin

Now csscomb supports <style> in html files and works amazingly fine. I wonder if it's feasible to make it working with .vue files too.

.vue file is basically the same with .html file. For csscomb, the only difference is that, .vue files may have attributes in <style> label:

<template>
...
</template>
<script>
...
</script>
<style scoped lang="less"> <!-- HAS ATTRS HERE-->
...
</style>

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions