tomahl

Results 3 issues of tomahl

## Motivation Make it easy for anyone to ask questions without having to create a ticket. I know you guys have a Discord but there are a lot of people...

needs: triage 🏷
feature: proposal 💬

### Describe the bug Hello there, It seems like the latest vite-plugin version doesn't handle custom paths in Astro anymore. A clean install of Astro (v4.4.9), VE (v1.14.1) throws error...

vite

Hey there, Using Linaria and the code below: ```ts import { css } from '@linaria/core'; import { createVar } from 'css-variable'; const myColor = createVar({ value: 'rebeccapurple' }); export const...