Skip to content

juanca/stylelint-import

Repository files navigation

stylelint-import

Ensure each @import is well-defined (before compilation).

  1. The file must exist
  2. The path must include an extension

NPM version CircleCI status

Example usage

  1. Install
npm install stylelint-import --save-dev
  1. Configure
plugins: [
  'stylelint-import',
],
rules: {
  'import/rule': true,
},

Maintainers

  1. Install: npm install
  2. Test:
  • npm test9
  • npm test10
  • npm test11
  • npm test12
  • npm test13

About

Ensures imported file paths are well-defined

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published