README
stylelint-config
Useage
create .stylelintrc.js
at your project root and write the following
module.exports = {
extends: ['@okatechnology/stylelint-config'],
}
stylelint
<script type="module">
import okatechnologyStylelintConfig from 'https://cdn.skypack.dev/@okatechnology/stylelint-config';
</script>
create .stylelintrc.js
at your project root and write the following
module.exports = {
extends: ['@okatechnology/stylelint-config'],
}