mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 15:17:41 +01:00
* Use prettier own instead of eslint plugin * Extend prettier config angular eslint * Upgrade root prettier to 3 * Fix css syntax errors * Change eslint ignore to prettier ignore * Ignore formatting for outputs * Fix lint-staged error when edited multiple files * Bump pnpm version * Remove unnecessary pnpm config --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
17 lines
228 B
CSS
17 lines
228 B
CSS
.lucide {
|
|
width: 48px;
|
|
height: 48px;
|
|
stroke-width: 1.5;
|
|
}
|
|
|
|
.lucide * {
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
|
|
.app {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
grid-template-rows: 1fr 1fr 1fr;
|
|
gap: 6px;
|
|
}
|