add component to example page

This commit is contained in:
yaroslav
2026-01-21 15:19:38 +02:00
parent c9660f4bd8
commit d833fdbcc2
5 changed files with 23 additions and 7 deletions
-1
View File
@@ -37,7 +37,6 @@ async function html() {
}
async function css() {
console.log('restyling ...')
return src(['./src/pages/**/*.css', './src/components/**/*.css'])
.pipe(concat('styles.css'))
.pipe(postcss([combineMq]))