diff --git a/site/src/components/home/CSSVariables.astro b/site/src/components/home/CSSVariables.astro index 6d10280d75..256e9d0010 100644 --- a/site/src/components/home/CSSVariables.astro +++ b/site/src/components/home/CSSVariables.astro @@ -44,7 +44,7 @@ import Code from '@components/shortcodes/Code.astro' .component-header { color: var(--bs-color-content-status-negative); }`} - lang="scss" + lang="scss" buttonLabel="how to use OUDS Web CSS variables" />
Learn more about our global Sass options. @@ -65,7 +65,7 @@ $prefix: "mo-"; @import "../node_modules/@ouds/web-common/scss/grid"; @import "../node_modules/@ouds/web-common/scss/helpers"; @import "../node_modules/@ouds/web-common/scss/utilities/api";`} - lang="scss" + lang="scss" buttonLabel="customized CSS while including only what you need" />
Learn more about using OUDS Web with Sass. diff --git a/site/src/components/home/GetStarted.astro b/site/src/components/home/GetStarted.astro index 8bfc701fed..df440233e6 100644 --- a/site/src/components/home/GetStarted.astro +++ b/site/src/components/home/GetStarted.astro @@ -21,16 +21,17 @@ import Code from '@components/shortcodes/Code.astro'
- Install OUDS Web's source Sass and JavaScript files via npm, yarn, Composer, or NuGet. Package-managed installs - don't include documentation or our full build scripts. + Install OUDS Web's source files via npm, yarn, Composer, or NuGet. Package-managed installs include OUDS Web common Sass and + JavaScript files and OUDS Web {getConfig().display_brand} theme (Sass files). They don't include documentation or our full build + scripts.
Read our installation docs for more info and additional
@@ -52,13 +53,13 @@ import Code from '@components/shortcodes/Code.astro'
code={``}
- lang="html"
+ lang="html" buttonLabel="link to CSS file on JsDelivr"
/>
`}
- lang="html"
+ lang="html" buttonLabel="link to JavaScript bundle on JsDelivr"
/>