Skip to content

Commit 11afaf0

Browse files
authored
Support plus symbol (#67)
compatible with plus symbol
1 parent 53b0938 commit 11afaf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dcasia/mini-program-tailwind-webpack-plugin",
3-
"version": "1.5.4",
3+
"version": "1.5.6",
44
"description": "让你的小程序用上原汁原味的 Tailwind/Windi CSS",
55
"keywords": [
66
"mini-program",

src/utilities.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const charactersMap = {
3333
',': '-2c-',
3434
'%': '-p-',
3535
'\'': '-q-',
36+
'+': '-a-',
3637
}
3738

3839
const specialCharactersMap = {

0 commit comments

Comments
 (0)