4 Matching Annotations
- Nov 2022
-
github.com github.com
-
Use a :global rule to only expose parts of the stylesheet:
-
- Sep 2021
-
-
due to the fact that the pre-processor handles sections independently this cannot reliably be done there.
-
-
github.com github.com
-
Webpack's resolve.mainFields option determines which fields in package.json are used to resolve identifiers. If you're using Svelte components installed from npm, you should specify this option so that your app can use the original component source code, rather than consuming the already-compiled version (which is less efficient).
-
- Jan 2021