Files
xrpl-dev-portal/styles
mDuo13 7645140477 Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.

Many relative paths had to be fixed to make this work.
2024-01-31 17:53:52 -08:00
..
2020-09-14 15:47:31 -07:00
2024-01-31 16:10:33 -08:00
2022-01-10 12:59:29 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2023-06-27 13:33:40 -07:00
2021-06-30 15:53:21 -07:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2022-11-30 16:49:33 -08:00
2021-07-15 20:27:10 -07:00
2023-11-06 05:58:25 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-05 18:49:51 +09:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2024-01-31 16:10:33 -08:00
2023-05-30 13:26:54 -07:00
2023-10-11 11:45:35 -05:00
2024-01-31 16:10:33 -08:00

XRPL Styles

This folder contains the source files for the XRP Ledger Dev Portal CSS. The combined, minified version of these styles is /static/css/devportal-2024-v1.css (or some other version number).

Prerequisites

The prerequisites for these styles, including Bootstrap, should automatically be installed by NPM along with the rest of the project's dependencies if you run npm i from the repo top.

Building

To build the output file using node-sass, run the following command from the repo top:

npm run build-css

Files

xrpl.scss is the master file that includes all the other, _-prefixed SCSS files. This file also defines common colors and other utilities.