mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-07 13:25:50 +00:00
Bump css. Remove old version
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,9 +4,9 @@
|
|||||||
"node-sass": "^7.0.0"
|
"node-sass": "^7.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v6a.css --output-style compressed",
|
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v7.css --output-style compressed",
|
||||||
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v6a.css --output-style compressed --source-map true",
|
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v7.css --output-style compressed --source-map true",
|
||||||
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v6a.css --output-style compressed --source-map true"
|
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v7.css --output-style compressed --source-map true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sass": "^1.26.10"
|
"sass": "^1.26.10"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
{% if target.lang=="ja" %}
|
{% if target.lang=="ja" %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/devportal2022-v6a.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/devportal2022-v7.css" rel="stylesheet" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user