nhoizey’s avatarnhoizey’s Twitter Archive—№ 107,041

  1. Inspired by @5t3ph's 11ty-sass-skeleton, my own Pack11ty @eleven_ty template project now uses Dart Sass CLI and a few postcss plugins for Sass instead of the previous unnatural Rollup configuration. nho.io/n/2020/10/13/1/
    1. …in reply to @nhoizey
      If you want to understand how Pack11ty uses PostCSS to hash the CSS filename, you can read this detailed post from @BryceWrayTX: @BryceWrayTX/1326291987834744839 Pack11ty uses postcss-hash's default settings.
    2. …in reply to @nhoizey
      @5t3ph @eleven_ty As a (great) side effect, changes in Sass are now synchronized to the browser immediately in development mode, without any new Eleventy build, thanks to @Browsersync. 🥳