Skip to content

alexlafroscia/stylelint-plugin-css-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-plugin-css-modules

Build Status

A stylelint plugin for CSS Modules

This stylelint plugin provides rules to help you use CSS Modules correctly.

Installation

TBD

Rules

validate-composition

This rule will look at composes declarations in your CSS files and try to ensure that the classes you're composing are actually valid.

Right now, it can only validate composition of classes in the same file, but the behavior will be expanded to support imports from other files as well.

Releases

No releases published

Packages