mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-07-27 09:00:18 +00:00
- Add a flask icon warning that the functionality is not enabled on the production network - Fix default coloring of unassigned topic labels in light mode - Make a landing page for the NFTs topic label - Assign a color to the NFTs topic label
15 lines
593 B
JSON
15 lines
593 B
JSON
{
|
|
"devDependencies": {
|
|
"bootstrap": "^4.6.0",
|
|
"node-sass": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2021-v5.css --output-style compressed",
|
|
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2021-v5.css --output-style compressed --source-map true",
|
|
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2021-v5.css --output-style compressed --source-map true"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.26.10"
|
|
}
|
|
}
|