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

Does this processor supported SASS style? #16

@uplus

Description

@uplus

The following error occurred when executing stylelint **/*.vue.

components/organisms/Navigation.vue
 75:3  ✖  Unknown word   CssSyntaxError

Line 75 is the 3rd line of this code.

<style scoped lang="sass">
.navbar
  .navbar-brand
</style>
stylelint.config.js
module.exports = {
  processors: ['@mapbox/stylelint-processor-arbitrary-tags'],
  extends: [
    'stylelint-config-standard',
    'stylelint-config-sass-guidelines'
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions