Skip to content

Commit 60ef69a

Browse files
committed
Merge pull request peteboere#10 from AmritvelaNet/master
Add user-select to the alias file
2 parents 07fabec + 3a2b987 commit 60ef69a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CssCrush/CssCrush.aliases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
text-decoration-line[] = -moz-text-decoration-line
129129
text-decoration-style[] = -moz-text-decoration-style
130130

131+
; User Select
132+
user-select[] = -webkit-user-select
133+
user-select[] = -khtml-user-select
134+
user-select[] = -moz-user-select
135+
user-select[] = -o-user-select
136+
user-select[] = user-select
131137

132138
;----------------------------------------------------------------------------
133139
;-- Value aliases

0 commit comments

Comments
 (0)