We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b0938 commit 11afaf0Copy full SHA for 11afaf0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dcasia/mini-program-tailwind-webpack-plugin",
3
- "version": "1.5.4",
+ "version": "1.5.6",
4
"description": "让你的小程序用上原汁原味的 Tailwind/Windi CSS",
5
"keywords": [
6
"mini-program",
src/utilities.ts
@@ -33,6 +33,7 @@ const charactersMap = {
33
',': '-2c-',
34
'%': '-p-',
35
'\'': '-q-',
36
+ '+': '-a-',
37
}
38
39
const specialCharactersMap = {
0 commit comments