Minor edit.

This commit is contained in:
rickbsgu
2023-07-17 17:22:34 -06:00
parent 36b6efed2e
commit 30581e1e06
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
// component: DListItem
//
// Mimics the nroff/troff 'dl' (description list)
// Mimics the html 'dl' (description list)
//
// The 'dt' item is the item 'term' and is inserted into an 'h6' tag.
// Caller needs to style the 'h6' tag appropriately.

View File

@ -22,7 +22,7 @@ This page outlines and clarifies some of the techniques found in _AstroWind_. U
## Styling
As the name suggests, _AstroWind_ relies on _TailWind_ for styling. Furthermore, _AstroWind_ defines custom low level styling which are incorporated into _TailWind_ seamlessly, and which provides consistency for higher level styling constructs, as well as enabling dark mode.
As the name suggests, _AstroWind_ relies on _TailWind_ for styling. Furthermore, _AstroWind_ defines custom low level style settings which are incorporated into _TailWind_ seamlessly, and which provides consistency for higher level styling constructs, as well as enabling dark mode.
The styling mechanism consists of the following files (all paths are prefixed with `/src/` ):