1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-24 18:51:23 +00:00
Files
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
commerce/components/core/Featurebar/Featurebar.module.css
2020-10-08 14:46:33 -06:00

10 lines
110 B
CSS

.separator {
@apply mx-3 bg-gray-400;
width: 1px;
height: 20px;
}
.separator:before {
content: '';
}