Kass
Results
2
issues of
Kass
Is there any way to provide path to custom style module? Or it has to be uploaded to npm as `import-sort-style-$name` and then used as: ``` "importSort": { ".js, .jsx,...
I'm trying to add alert to the App.vue file ``` Well Done! You successfully read this important alert message. import { alert } from 'vue-strap'; export default { name: 'app',...