8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703eab7 commit 0720fd0Copy full SHA for 0720fd0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.8.0] - 2021-05-23
4
+
5
+- Add an option to have more control over the selector prefixing logic (`prefixSelectorTransformer`)
6
7
## [1.7.2] - 2021-05-23
8
9
- Added a new option to ignore rules already prefixed
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-rtlcss",
- "version": "1.7.2",
+ "version": "1.8.0",
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
"keywords": [
"postcss",
0 commit comments