Skip to content

Commit e076592

Browse files
committed
Add a note about currentcolor
Close postcss#2
1 parent b67dbeb commit e076592

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ whatever {
8989
}
9090
```
9191

92+
## FAQ
93+
94+
### Can you support `currentcolor` so we can do `color(currentcolor adjuster())`?
95+
96+
No we cannot do that. `currentcolor` depends on the cascade (so the DOM) and we can't handle that in a simple preprocessing step. You need to handle that with polyfills.
97+
9298
---
9399

94100
## Contributing

0 commit comments

Comments
 (0)