Files
xrpl-dev-portal/styles/package.json
mDuo13 790cf0b201 Fix NFT page labeling
- 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
2021-12-20 12:44:24 -08:00

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"
}
}