-
ReferenceError: stylis is not defined
It seems its unable to find stylis.
```
import { Component, h, State } from "@stencil/core";
import styled from "stencil-styled-components";
const Ma…
-
Hello, I'm not 100% sure if this is an issue or something I am doing wrong, but I noticed upgrading to v0.3.0 changed the css in some snapshots like so:
```
- #modal-root [aria-expanded='true'] .emo…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
```jsx
import * as React from 'react'
impor…
-
this is error in my npm report:
WARNING in ./node_modules/stylis-plugin-rtl/dist/stylis-rtl.js
Module Warning (from ./node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '/…
-
## Expected Behavior
In RTL mode the actions needs to be aligned to the left
## Current Behavior
Here's the code:
```tsx
const theme = createTheme({
direction: 'rtl',
typography: {
…
-
**The problem**
Automatically adding vendor prefixes for CSS properties like `flex` results in
- Less readable CSS when using the browser dev tools
- Theoretically, slightly worse performance …
-
I'm not sure whether it is a problem from `stylis-plugin-rtl` or another library but here's the problem(if you think that another library is causing problem here, tell me please and i will open an iss…
-
Hello,
I ran into this error when using the plugin with TypeScript on a CRA project.
Could not find a declaration file for module 'stylis-plugin-rtl'. '/Users/umar/Documents/AzureDevOps/component…
-
Title:
Unexpected state behavior when updating nested state objects
Description:
I'm experiencing an issue where state updates do not propagate correctly under certain conditions when updating ne…
-
## Motivation
As popular CSS-in-JS libraries like [Styled Components](https://github.com/styled-components/styled-components) and [Emotion](https://github.com/emotion-js/emotion) have runtimes, the…