Skip to content

nicolassutter/Tailwind_loves_sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind Loves Sass

Before using this package, you should always consider disabling your editor's native linting for custom css @rules.

If for some reason, this is not possible for you, then feel free to use this package.

A collection of Sass tools for Tailwind development ❤️

Why this exists

This modules allows Sass and Tailwind to be used at the same time on a single project without the hassle.

This means no linting warning/errors when trying to use a custom @rule in Sass🎉🎉.

Currently existing features

@include apply("...")
@include layer("...")
@include respond-to("...")
@include screen("...")
@include variants("...")

Installation

You can download the source right from GitHub or use NPM in your terminal.

npm install tailwind-loves-sass

Once it's done, you can include the file in your project like so:

@import "tailwind-loves-sass";

Note: you WILL need tailwind to be configured and ready to use in your Sass workflow. Otherwise you won't be able to use this module.

Options

You can choose to use (or not) different options. These options aim to enhance the base, components and utilities layers of Tailwind.

Currently existing options

This includes the default resets from the framework Knacss by Raphaël Goetter and Alsacréations.

@import "tailwind-loves-sass/options/knacss/_main.scss";

About

A collections of sass tools for Tailwind development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages