mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
assets
components
cart
core
Avatar
Featurebar
Featurebar.module.css
Featurebar.tsx
index.ts
Footer
Layout
Navbar
Searchbar
UserNav
index.ts
icon
product
ui
lib
pages
utils
.gitignore
.prettierignore
README.md
codegen.json
next-env.d.ts
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
10 lines
110 B
CSS
10 lines
110 B
CSS
.separator {
|
|
@apply mx-3 bg-gray-400;
|
|
width: 1px;
|
|
height: 20px;
|
|
}
|
|
|
|
.separator:before {
|
|
content: '';
|
|
}
|