📱(demo) make demo responsive
The responsive version of the demo app was buggy, so we need to make it shiny! Fixes #275
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"lint": "eslint . 'src/**/*.{ts,tsx}'",
|
||||
"dev": "vite & nodemon --watch cunningham.ts --exec yarn build-theme",
|
||||
"build-theme": "cunningham -o src -g css,ts",
|
||||
"build-theme": "cunningham -o src -g css,ts,scss && mv src/cunningham-tokens.scss src/cunningham-tokens-sass.scss",
|
||||
"build": "tsc && vite build",
|
||||
"build-demo": "tsc && vite build --base=/cunningham/demo/",
|
||||
"preview": "vite preview"
|
||||
|
||||
Reference in New Issue
Block a user