mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:26:38 -04:00
add autoprefixer via postcss cli
This commit is contained in:
@ -33,11 +33,6 @@ div.highlight span {
|
||||
// line numbers
|
||||
&.lnt {
|
||||
color: #999999;
|
||||
|
||||
// disable text selection: https://caniuse.com/#feat=user-select-none
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user