1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-09 07:36:30 +02:00

Remove highlight

This commit is contained in:
Phuoc Nguyen
2021-03-28 19:58:40 +07:00
parent 6ab1ebb118
commit 5bdf248b77
3 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@
}, },
"dependencies": { "dependencies": {
"@loadable/component": "^5.14.1", "@loadable/component": "^5.14.1",
"highlight.js": "^10.7.1",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",

View File

@@ -1 +0,0 @@
.hljs{display:block;overflow-x:auto;padding:.5em;background:#282828}.hljs,.hljs-subst{color:#ebdbb2}.hljs-deletion,.hljs-formula,.hljs-keyword,.hljs-link,.hljs-selector-tag{color:#fb4934}.hljs-built_in,.hljs-emphasis,.hljs-name,.hljs-quote,.hljs-strong,.hljs-title,.hljs-variable{color:#83a598}.hljs-attr,.hljs-params,.hljs-template-tag,.hljs-type{color:#fabd2f}.hljs-builtin-name,.hljs-doctag,.hljs-literal,.hljs-number{color:#8f3f71}.hljs-code,.hljs-meta,.hljs-regexp,.hljs-selector-id,.hljs-template-variable{color:#fe8019}.hljs-addition,.hljs-meta-string,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-string,.hljs-symbol{color:#b8bb26}.hljs-attribute,.hljs-bullet,.hljs-class,.hljs-function,.hljs-function .hljs-keyword,.hljs-meta-keyword,.hljs-selector-pseudo,.hljs-tag{color:#8ec07c}.hljs-comment{color:#928374}.hljs-link_label,.hljs-literal,.hljs-number{color:#d3869b}.hljs-comment,.hljs-emphasis{font-style:italic}.hljs-section,.hljs-strong,.hljs-tag{font-weight:bold}

View File

@@ -27,7 +27,6 @@ module.exports = {
mode: process.env.NODE_ENV, mode: process.env.NODE_ENV,
entry: { entry: {
'vendor-styles': [ 'vendor-styles': [
'./vendors/highlight.js@9.12.0/theme.min.css',
'./vendors/tailwind@1.1.4/tailwind.css', './vendors/tailwind@1.1.4/tailwind.css',
], ],
// The CSS for client should come after `vendor-styles` // The CSS for client should come after `vendor-styles`