1
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:
2020-01-06 19:17:47 -05:00
parent a642e7c077
commit e6e1d4391e
5 changed files with 4311 additions and 76 deletions

View File

@ -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;
}
}