flexi
flexi copied to clipboard
Just a layout framework. Design for cross-platform with ease.
Bumps [sass](https://github.com/sass/dart-sass) from 1.49.11 to 1.58.3. Release notes Sourced from sass's releases. Dart Sass 1.58.3 To install Sass 1.58.3, download one of the packages below and add it to your...
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.17.8 to 7.21.0. Release notes Sourced from @babel/plugin-proposal-decorators's releases. v7.21.0 (2023-02-20) Thanks @azizghuloum, @ehoogeveen-medweb, @fwienber, and @Lioness100 for your first PRs! :rocket: New Feature babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties,...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.27.5. Changelog Sourced from eslint-plugin-import's changelog. [2.27.5] - 2023-01-16 Fixed [order]: Fix group ranks order when alphabetizing (#2674, thanks [@Pearce-Ropion]) [2.27.4] - 2023-01-11 Fixed semver...
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.2.0. Release notes Sourced from chalk's releases. v5.2.0 Improve Deno compatibility (#579) 7443e9f Detect true-color support for GitHub Actions (#579) 7443e9f Detect true-color support for...
Bumps [@embroider/macros](https://github.com/embroider-build/embroider/tree/HEAD/packages/macros) from 1.5.0 to 1.10.0. Release notes Sourced from @embroider/macros's releases. Release 1.8.3 :bug: Bug Fix compat #1231 Followup to "Detect addons with customized treeForMethod names" (@ef4) :house: Internal...
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.75.0. Release notes Sourced from webpack's releases. v5.75.0 Bugfixes experiments.* normalize to false when opt-out avoid NaN% show the correct error when using a conflicting...
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.3.8. Release notes Sourced from semver's releases. v7.3.8 7.3.8 (2022-10-04) Bug Fixes d8ef32c #383 add support for node.js esm auto exports (#383) (@MylesBorins) Documentation 7209b14...
I think we can simplify things by dong a runtime-only replacement with an option build-plugin to compile away unused variations. Something like: ```gts import { Layout } from '@html-next/flexi-layouts'; const...