Kuldeep Keshwar
Kuldeep Keshwar
dup #375
Items: - [x] Add rollup plugin `rollup-plugin-size` - [x] Add configuration file(`.github/size-plugin.yml`) for [size-plugin 🤖](https://github.com/kuldeepkeshwar/size-plugin-bot) - [x] Install [Github App](https://github.com/apps/size-plugin) 👈@tannerlinsley
Change: - move common logic to [size-plugin-core](https://github.com/kuldeepkeshwar/size-plugin-core) - fixes #28 - add Bot link in README.md - add compression(gzip/brotli) option
Initial setup for combining all `size-plugin*` packages into one repo. I have used `independent` version(`lerna`) for now(might change it to bring all packages under a single version number) Packages included:...
Development will be easier if we can inspect HTTP requests
If you want to start fresh, we have a [todo list](https://filbert-js.vercel.app/docs/todo)
Right now, `Global` component doesn't support the `theme` prop. i.e ```js theme.colors.brand} `}/> ``` doesn't work. Expectation: Make `Global` component theme aware like `styled`.
Right now filbert-js is only supporting tag template based styles. As other libraries out there are supporting object based styled, object based styles has gain alot of popularity among the...
Currently most examples(feature shown in website) are just in form of code + output. We can be more verbose to that user can understand the intent behind the example.