Skip to content

Commit

Permalink
docs(app): theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Selemondev authored and Selemondev committed Aug 5, 2023
1 parent b47fbfe commit 415bf13
Show file tree
Hide file tree
Showing 32 changed files with 21,031 additions and 10,666 deletions.
13 changes: 13 additions & 0 deletions docs/docs/.postcssrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
plugins: {
'tailwindcss': {},
'postcss-prefix-selector': {
prefix: ':not(:where(.vp-raw *))',
includeFiles: [/vp-doc\.css/],
transform(prefix, _selector) {
const [selector, pseudo = ''] = _selector.split(/(:\S*)$/)
return selector + prefix + pseudo
}
},
}
}

0 comments on commit 415bf13

Please sign in to comment.