Files
xrpl-dev-portal/styles
rachelflynn f0d0aaad40 fix: restore [Source] link positioning after Redocly 0.131.0 upgrade
Redocly 0.131.0 changed CommonMark parsing so [[Source]] on its own line
after a heading is emitted as a separate <p> instead of inline inside <h1>.
That <p> collapsed to zero height (floated child), causing the [Source] link
to bleed into the description paragraph below.

Fix via overflow:hidden on the <p> containing the [Source] link, which
creates a block formatting context and makes the paragraph contain its
floated child properly. No markdown files need to change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 14:24:22 -04:00
..
2024-01-31 16:10:33 -08:00
2022-01-10 12:59:29 -08:00
2026-02-24 16:57:07 +00:00
2025-09-10 10:14:35 -07: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-03-26 18:06:49 -07:00
2024-01-31 16:10:33 -08:00
2025-04-28 16:06:00 -07: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
2025-05-07 12:29:53 -07:00
2025-09-10 10:13:44 -07:00
2023-05-30 13:26:54 -07:00
2025-10-07 11:30:49 -07: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.