mirror of
https://github.com/kognise/water.css.git
synced 2025-12-08 07:45:02 +01:00
feat: output styles to docs, so site can use them
This commit is contained in:
parent
72385eb668
commit
a1be24b96b
3 changed files with 7 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ const queryParams = new URLSearchParams(w.location.search)
|
|||
const supportsCssVars = typeof CSS !== 'undefined' && CSS.supports('color', 'var(--clr)')
|
||||
|
||||
/** The base URI from where the docs page loads the CSS files. */
|
||||
const DEV_BASE = '../'
|
||||
const DEV_BASE = './water.css/'
|
||||
/** The base URI from where instructions show to load the CSS files. */
|
||||
const CDN_BASE = 'https://cdn.jsdelivr.net/gh/kognise/water.css/dist/'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue