Lloyd Atkinson

Results 37 issues of Lloyd Atkinson

If styled-components could have an official Vite plugin I feel that the React ecosystem overall would benefit greatly. There is no reason the existing babel plugin couldn't exist alongside it....

I have a component with a series of props for margin and padding. I am trying to prevent `undefined` being written to the DOM which is happening with the following...

Hi, When designing components I will often add props that dictate the size of it - based on the Tailwind scale. For example: ```ts export type TailwindScale = | 0...

I had a look through the docs and they still reference Windows Phone and Silverlight. The [Basic Configuration](https://caliburnmicro.com/documentation/configuration) page shows examples of Silverlight running in IE11. Is there any plan...

``` selected-option-container This is the root element where v-for="option in selectedValue". Most of the time you'll want to use selected-option, but this container is useful if you want to disable...

Hi, thanks for creating this library! 😄 It is more straightforward than the other manual approaches out there. I noticed since the last time I used it there's not been...

## Expected Behavior Typedoc will work correctly when run from the example Actions file `deploy-gh-pages.yml` ## Actual Behavior ``` 2021-11-19T12:10:40.5303299Z ##[group]Run npm docs 2021-11-19T12:10:40.5303938Z npm docs 2021-11-19T12:10:40.5351103Z shell: /usr/bin/bash -e...

``` ERROR Failed to compile with 1 error 20:44:08 error in ./src/assets/tailwind.css Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module 'tailwindcss' ``` Every couple of weeks I've been...

Hi, Thank you for creating this tool! It would be really great if `create-vue` could setup and configure (including with JS *or* TS support) a chosen ruleset - like Vue...

Hi, Please look at these two example SVG's from the repo. SVG is meant to be scalable yet when zoomed in anti-aliasing is clear. The SVG's are currently are not...