Skip to content

Commit

Permalink
Move custom social image styling to Sass file and set eleventy-social…
Browse files Browse the repository at this point in the history
…-images to use it correctly
  • Loading branch information
omgmog committed Feb 16, 2021
1 parent cfb0562 commit d6bff90
Show file tree
Hide file tree
Showing 5 changed files with 326 additions and 51 deletions.
10 changes: 10 additions & 0 deletions .postcssrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
plugins: [
require('postcss-base64')({
extensions: ['.svg'],
root: 'src/sass'
}),
require('autoprefixer')(),
require('cssnano')(),
],
}
Loading

0 comments on commit d6bff90

Please sign in to comment.