add component to example page
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user