slim-select icon indicating copy to clipboard operation
slim-select copied to clipboard

Add exports "style" in package.json for using [@import "slim-select"] in sass.

Open VQH-cmd opened this issue 3 years ago • 2 comments

Improvement suggestion:

@import "slim-select" for sass/scss

// package.json
...
"exports": {
    "require": "./dist/slimselect.min.js",
    "import": "./dist/slimselect.min.mjs",
    // ⬇ This line ⬇
    "style": "./dist/slimselect.min.css"
},
...

VQH-cmd avatar Apr 02 '22 05:04 VQH-cmd

+1

christian-sa avatar Aug 19 '22 16:08 christian-sa

+1

leonrustmeier avatar Aug 19 '22 16:08 leonrustmeier

New version released today! Check it out and let me know your thoughts. I have a sass field in the package json. Hopefully that fixes this for you. If not let me know and Ill try to get a fix in.

brianvoe avatar Nov 20 '22 20:11 brianvoe