applyTo: "*/.css"
.stylelintrc.jsonAutomatic fixes can be done with:
npm run stylelint_fix
# or (targeting more than just CSS)
make fix-all
Validation can be done with:
npm run stylelint
# or (targeting more than just CSS)
make test-all
*.rtl.css files manually.rtlcss tool.Run the following command to regenerate the RTL files:
npm run rtlcss
# or
make rtl