feat(components): allow to only hide offcanvas on breakpoint
This commit is contained in:
parent
c47a2eff89
commit
37a1551699
4 changed files with 62 additions and 40 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"name": "@mini-strap/core",
|
||||
"version": "0.0.1",
|
||||
"module": "src/style.scss",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/style.scss",
|
||||
"./mixins": "./src/_mixins.scss"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun sass --style compressed src/style.scss dist/style.css",
|
||||
"ci:publish": "bun run build && bun publish --production --frozen-lockfile --silent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue