mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
c490fb0940
no issues - the current combination of size and maxHeight attributes cover most of the use cases, but not all of them - this PR makes the size attribute have only named sizes (e.g. 'sm', 'md', 'full' etc.) - removes the maxHeight attirbute and adds new width and height attributes - width and height attributes can be any number (acts as max width and height in this situtaion) or 'full' - if size and width/height are both set, width/height should be priority |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
test | ||
.eslintrc.cjs | ||
.gitignore | ||
package.json | ||
postcss.config.js | ||
preflight.css | ||
README.md | ||
styles.css | ||
tailwind.cjs | ||
tailwind.config.cjs | ||
tsconfig.declaration.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Admin X Design
Components, design guidelines and documentation for building apps in Ghost Admin
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests