-
Have you tried to use Astroturf with Vite?
I tried to use it, but there are some problems:
https://github.com/azat-io/vite-astroturf-example/blob/master/vite.config.ts
Do you have some usage ex…
-
Unfortunately I'm unable to get Astroturf working with Parcel and Typescript.
Without Typescript everything works fine. But with it i just get a `ReferenceError: css is not defined` execption in th…
-
New version of `astroturf` has dependnecies for [18 MB](https://packagephobia.com/result?p=+astroturf). Of course, `node_modules` install size is less important resources than bundle size. But 18 MB i…
-
Hello,
I just discovered astroturf and it looks awesome but I can't get it to work following the examples in the docs. I have this code:
```
import React from 'react'
import styled from 'astroturf…
-
Thank you for such a wonderful tool. There was a need to use it together with the storybook, but I can not understand what the problem is. I use custom settings for webpack
![Screen Shot 2019-07-…
-
As discussed in #667.
Astroturf will cause errors when using Webpack 5's persistent cache. It wouldn't bother me too much if persistent caching simply didn't work for Astroturf, but as it stands th…
-
Happy to move this question somewhere else if this isn't the appropriate place, but I didn't see any issues or activity in the gatsby-plugin-astroturf repository, so figured I'd start here.
I'm try…
-
I have file with theme colors:
```js
export default {
alpha: 'red',
beta: 'blue',
// ...
}
```
When i try to import file and use `astroturf`:
```
import { css } from 'astroturf'
impo…
-
Hi! I'm facing the next problem: referring to other components does't work for me. I investigate that processing of css-loaders of webpack and parcel works is different way(surprise-surprise :)).
E…
-
Hello! I’ve started playing around with astroturf for a slightly strange project. It’s a library that exports a _lot_ of individual atomic classes using the `css` API (about 10,000) and so the start-u…