You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sfui/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ Core package with components, styling and everything around them.
14
14
-`components` (place where components and its friends(types) should be placed)
15
15
-`composables` (util functions react specific that helps coding)
16
16
-`shared` (same as `shared` but only for vue)
17
-
-`sass` (styles used in components)
18
-
-`css` (compiled `sass` package)
19
17
-`shared` (Files shared across 2 frameworks - they are populated from package `@storefront-ui/shared` into `frameworks/vue` and `frameworks/react`, so we would have one place for common utils, types etc, during release package will be copied into package so it will be able work as standalone package in end-user `node_modules`)
0 commit comments