jekyll / jekyll-sass-converter

A Sass converter for Jekyll.

Home Page:http://rubygems.org/gems/jekyll-sass-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing CSS from SCSS

davejacobs opened this issue · comments

It looks like I'm unable to import CSS files from SCSS files using the standard syntax:

@import "tailwindcss/base";

My goal is to have tailwindcss/base compiled into the final output.

Is there something I can do to make this work?