# Jekyll with Sass

DevFeed: [Jekyll with Sass](<https://devfeed.tech/articles/jekyll-with-sass-37790.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/jekyll-with-sass/>)

Author: Carlos Alexandro Becker

Published: 2015-01-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Jekyll](<https://devfeed.tech/topics/jekyll.md>), [Sass](<https://devfeed.tech/topics/sass.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [jekyll](<https://devfeed.tech/tags/jekyll.md>), [sass](<https://devfeed.tech/tags/sass.md>)

## AI overview

A blog post describes applying Sass to a Jekyll site to reduce four CSS requests totaling about 22K to one request of 12.8K. The author also reports that the approach works on GitHub Pages.

## Source excerpt

I followed @mdo's recent article "Using Sass with Jekyll", and wanted to point out the results.