https://github.com/zaubernerd/postcss-reproducer
https://github.com/zaubernerd/postcss-reproducer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaubernerd/postcss-reproducer
- Owner: ZauberNerd
- Created: 2022-10-20T14:57:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T15:07:26.000Z (over 2 years ago)
- Last Synced: 2025-01-04T09:09:05.118Z (5 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `postcss-custom-properties` reproducer
The PR https://github.com/csstools/postcss-plugins/pull/620 broke our
PostCSS setup for globally imported stylesheets that use custom properties.To see it working before PR 620:
* clone this repository and run `yarn install`
* run `yarn serve`
* visit http://localhost:8080 and check in dev tools that `animation-duration` is set to `1s`To reproduce the issue:
* change the resolution entry for `postcss-custom-properties` in the `package.json` to `12.1.9`
* run `yarn install` and `yarn serve` again
* visit http://localhost:8080 and observe that `animation-duration` tries to resolve a non-existant custom property