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 8bf7d70 commit 8f37de3Copy full SHA for 8f37de3
README.md
@@ -70,6 +70,18 @@ In global mode
70
Converts every new local name in #id or .class defintion to global alias.
71
By default returns `[name]__[local]---[hash:base64:5]`.
72
73
+### Messages
74
+
75
+postcss-icss-selectors passes result.messages for each local-scoped class or id
76
77
+```
78
+{
79
+ plugin: 'postcss-icss-selectors',
80
+ type: 'icss-scoped',
81
+ name: string, // local-scoped identifier
82
+ value: string // generated global identifier
83
+}
84
85
86
## License
87
0 commit comments