Login
Remember
Register
Ask a Question
What are the features of stylelint of VueJS?
0
votes
asked
Sep 9, 2023
in
VueJS
by
AdilsonLima
What are the features of stylelint of VueJS?
vuejs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 9, 2023
by
AdilsonLima
Below are the list of major stylelint features
It has more than
160 built-in rules
to catch errors, apply limits and enforce stylistic conventions
Understands
latest CSS syntax
including custom properties and level 4 selectors
It
extracts embedded styles
from HTML, markdown and CSS-in-JS object & template literals
Parses
CSS-like syntaxes
like SCSS, Sass, Less and SugarSS
Supports
Plugins
for reusing community plugins and creating own plugins
...