Skip to content

gamichalski/sass-lint-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It will parse .vue files with style tags and works for Sass or SCSS:

<template>
<!-- your tamplate here -->
</template>

<script>
  export default {
    props: {
      // ...
    },
  };
</script>

<style lang="scss" scoped>
/* your rules here */
</style>

Plugin installation

npm install lint-sass-vue

.sass-lint.yml

If you already have a .sass-lint.yml file, make sure there is the pattern '**/*.vue' in the include property.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published