open-props icon indicating copy to clipboard operation
open-props copied to clipboard

Add examples into the NPM imports docs for when exports fail

Open argyleink opened this issue 2 years ago • 0 comments

some bundlers have special bundling powers and dont like or ignore npm exports, there should be some docs for folks importing and need direct path references.

@import "open-props/style";
/* would have docs for also */
@import "open-props/open-props.min.css";

argyleink avatar Jun 06 '22 17:06 argyleink