mm
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@layer utility {
|
||||
.select--none {
|
||||
user-select: none;
|
||||
}
|
||||
.select--text {
|
||||
user-select: text;
|
||||
}
|
||||
.select--all {
|
||||
user-select: all;
|
||||
}
|
||||
.select--auto {
|
||||
user-select: auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user