pangea-lib 2.11.633 → 2.11.635

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,8 +22,6 @@ import { createPersistedState } from 'pinia-plugin-persistedstate';
22
22
  import Pangea from 'pangea-lib';
23
23
  // styles
24
24
  import 'pangea-lib/main.css';
25
- import 'pangea-lib/responsive-font-size.css'; // (OPTIONAL) responsive font size
26
- import 'pangea-lib/scrollbar.css'; // (OPTIONAL) styles for scrollbars
27
25
 
28
26
  // create app
29
27
  const app = createApp(App);
@@ -52,7 +50,8 @@ export default defineConfig({
52
50
  preprocessorOptions: {
53
51
  stylus: {
54
52
  additionalData: `
55
- @import "pangea-lib/dist/styles/index.styl";
53
+ @import "pangea-lib/dist/styles/breakpoints.styl";
54
+ @import "pangea-lib/dist/styles/helpers.styl";
56
55
  `,
57
56
  },
58
57
  },