Skip to content

Commit 828fa51

Browse files
committed
clear: clean css code comments.
1 parent 9ec3ad2 commit 828fa51

File tree

1 file changed

+0
-284
lines changed

1 file changed

+0
-284
lines changed

src/styles/markdown.less

Lines changed: 0 additions & 284 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,287 +1144,3 @@ body[data-color-mode*='light'] {
11441144
.token.entity {
11451145
cursor: help;
11461146
}
1147-
1148-
// .wmde-markdown {
1149-
// font-size: 16px;
1150-
// line-height: 1.5;
1151-
// font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,
1152-
// Segoe UI Emoji;
1153-
// > :first-child {
1154-
// margin-top: 0 !important;
1155-
// }
1156-
// > :last-child {
1157-
// margin-bottom: 0 !important;
1158-
// }
1159-
1160-
// pre[class*='language-'],
1161-
// pre {
1162-
// &:hover .copied {
1163-
// visibility: visible;
1164-
// }
1165-
// .copied {
1166-
// visibility: hidden;
1167-
// display: flex;
1168-
// position: absolute;
1169-
// cursor: pointer;
1170-
// color: #a5afbb;
1171-
// top: 6px;
1172-
// right: 6px;
1173-
// border-radius: 5px;
1174-
// background: #e3e3e3;
1175-
// padding: 6px;
1176-
// font-size: 12px;
1177-
// transition: all 0.3s;
1178-
// &::before {
1179-
// content: ' ';
1180-
// position: absolute;
1181-
// width: 100%;
1182-
// height: 100%;
1183-
// top: 0;
1184-
// left: 0;
1185-
// }
1186-
// .octicon-copy {
1187-
// display: block;
1188-
// }
1189-
// .octicon-check {
1190-
// display: none;
1191-
// }
1192-
// &.active {
1193-
// .octicon-copy {
1194-
// display: none;
1195-
// }
1196-
// .octicon-check {
1197-
// display: block;
1198-
// }
1199-
// }
1200-
// &:hover,
1201-
// &:active,
1202-
// &.active {
1203-
// background: #2e9b33;
1204-
// color: #fff;
1205-
// }
1206-
// }
1207-
// }
1208-
1209-
// code[class*='language-'],
1210-
// pre[class*='language-'] {
1211-
// color: black;
1212-
// text-align: left;
1213-
// white-space: pre;
1214-
// word-spacing: normal;
1215-
// word-break: normal;
1216-
// word-wrap: normal;
1217-
// hyphens: none;
1218-
// }
1219-
1220-
// pre code {
1221-
// display: block;
1222-
// padding: 16px;
1223-
// overflow: auto;
1224-
// font-size: 85%;
1225-
// line-height: 1.45;
1226-
// background-color: #f6f8fa;
1227-
// border-radius: 6px;
1228-
// }
1229-
1230-
// pre {
1231-
// margin-bottom: 18px;
1232-
// line-height: 1.45;
1233-
// position: relative;
1234-
// overflow-x: auto;
1235-
// background-color: #f6f8fa;
1236-
// border-radius: 3px;
1237-
// }
1238-
// code,
1239-
// tt {
1240-
// background-color: rgba(27, 31, 35, 0.05);
1241-
// border-radius: 3px;
1242-
// font-size: 85%;
1243-
// margin: 0;
1244-
// padding: 0.2em 0.4em;
1245-
// }
1246-
// pre,
1247-
// code,
1248-
// tt {
1249-
// font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
1250-
// }
1251-
// img {
1252-
// max-width: 100%;
1253-
// }
1254-
// input {
1255-
// vertical-align: middle;
1256-
// margin: 0 0.2em 0.25em -1.6em;
1257-
// & + p {
1258-
// display: inline;
1259-
// }
1260-
// }
1261-
// h1,
1262-
// h2 {
1263-
// border-bottom: 1px solid #eaecef;
1264-
// padding-bottom: 0.3em;
1265-
// }
1266-
// h1,
1267-
// h2,
1268-
// h3,
1269-
// h4,
1270-
// h5,
1271-
// h6 {
1272-
// font-weight: 600;
1273-
// line-height: 1.25;
1274-
// margin-bottom: 16px;
1275-
// margin-top: 24px;
1276-
// .anchor {
1277-
// float: left;
1278-
// padding-right: 4px;
1279-
// margin-left: -20px;
1280-
// line-height: 1;
1281-
// }
1282-
// .octicon-link {
1283-
// visibility: hidden;
1284-
// vertical-align: middle;
1285-
// }
1286-
// &:hover .octicon-link {
1287-
// visibility: visible;
1288-
// }
1289-
// }
1290-
// h1 {
1291-
// font-size: 2em;
1292-
// }
1293-
// h2 {
1294-
// font-size: 1.5em;
1295-
// }
1296-
// h3 {
1297-
// font-size: 1.25em;
1298-
// }
1299-
// h4 {
1300-
// font-size: 1em;
1301-
// }
1302-
// h5 {
1303-
// font-size: 0.875em;
1304-
// }
1305-
// h6 {
1306-
// font-size: 0.85em;
1307-
// }
1308-
// ol,
1309-
// ul {
1310-
// padding-left: 2em;
1311-
// & > p {
1312-
// margin-bottom: 0;
1313-
// }
1314-
// }
1315-
// ul {
1316-
// margin-bottom: 16px;
1317-
// margin-top: 0;
1318-
// }
1319-
// li {
1320-
// display: list-item;
1321-
// }
1322-
// ul ul,
1323-
// ul ol,
1324-
// ol ol,
1325-
// ol ul {
1326-
// margin-top: 0;
1327-
// margin-bottom: 0;
1328-
// }
1329-
// ul ul ul {
1330-
// list-style-type: square;
1331-
// }
1332-
// ul ul {
1333-
// list-style-type: circle;
1334-
// }
1335-
// ul {
1336-
// list-style-type: disc;
1337-
// }
1338-
1339-
// > blockquote,
1340-
// > blockquote blockquote {
1341-
// margin: 0;
1342-
// border-left: 0.25em solid #dfe2e5;
1343-
// color: #6a737d;
1344-
// padding: 0 1em;
1345-
// > :last-child {
1346-
// margin-bottom: 0;
1347-
// }
1348-
// > :first-child {
1349-
// margin-top: 0;
1350-
// }
1351-
// }
1352-
1353-
// hr {
1354-
// margin: 1.5em auto;
1355-
// border: 0;
1356-
// border-top: 2px dotted #eee;
1357-
// height: 1px;
1358-
// }
1359-
1360-
// > table,
1361-
// > blockquote table {
1362-
// display: block;
1363-
// overflow: auto;
1364-
// width: 100%;
1365-
// border-collapse: collapse;
1366-
// border-spacing: 0;
1367-
// font-size: 14px;
1368-
// tr {
1369-
// background-color: #fff;
1370-
// border-top: 1px solid #c6cbd1;
1371-
// }
1372-
// td,
1373-
// th {
1374-
// border: 1px solid #dfe2e5;
1375-
// padding: 6px 13px;
1376-
// }
1377-
// }
1378-
// blockquote,
1379-
// details,
1380-
// dl,
1381-
// ol,
1382-
// p,
1383-
// pre,
1384-
// table,
1385-
// ul {
1386-
// margin-bottom: 16px;
1387-
// margin-top: 0;
1388-
// }
1389-
1390-
// a {
1391-
// color: #0366d6;
1392-
// text-decoration: none;
1393-
// &:hover {
1394-
// text-decoration: underline;
1395-
// }
1396-
// }
1397-
1398-
// .namespace {
1399-
// opacity: 0.7;
1400-
// }
1401-
// .token.important {
1402-
// font-weight: normal;
1403-
// }
1404-
1405-
// .token.bold {
1406-
// font-weight: bold;
1407-
// }
1408-
// .token.italic {
1409-
// font-style: italic;
1410-
// }
1411-
1412-
// .token.entity {
1413-
// cursor: help;
1414-
// }
1415-
1416-
// kbd {
1417-
// background-color: #fafbfc;
1418-
// border-bottom-color: #d1d5da;
1419-
// border: 1px solid #d1d5da;
1420-
// border-radius: 3px;
1421-
// box-shadow: inset 0 -1px 0 #d1d5da;
1422-
// color: #56595d;
1423-
// display: inline-block;
1424-
// font-size: 10px;
1425-
// font-family: ui-monospace, SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, monospace;
1426-
// line-height: 10px;
1427-
// padding: 2px 4px;
1428-
// vertical-align: middle;
1429-
// }
1430-
// }

0 commit comments

Comments
 (0)