leon-up9
leon-up9
### What steps are needed to reproduce the bug? run npx stylelint "**/*.sass" with config while "customSyntax": require("postcss-s**a**ss") doesnt work "customSyntax": require("postcss-s**c**ss") works and display styles that dont stand in...
How i can edit the config of the project So i can include a scss file in the package(after pack) and import it from another project when the library installed?
Its just stuck like that in the Safari browser on the MacBook pro
my compiled code is generated to /dist folder. extracted to node_modules/{LIB_NAME}/dist Hence my import is from "LIB_NAME/dist" any chance my code can be extracted to node_modules/LIB_NAME I want to remove...