index
:
popov.link
HEAD
dependabot/npm_and_yarn/astro-5.5.5
dependabot/npm_and_yarn/astrojs/sitemap-3.3.0
dependabot/npm_and_yarn/npm_and_yarn-46be7da7dc
dependabot/npm_and_yarn/sass-1.86.0
master
renovate/all-digest
This repository holds the code for your personal home website.
Valentin Popov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postcss.config.cjs
blob: 16eb70291dced3c1eece8409cc093f9eb4a46eda (
plain
) (
blame
)
1
2
3
module
.
exports
=
{
plugins
:
[
require
(
"autoprefixer"
),
require
(
"cssnano"
)],
};