1.1.3 • Published 3 years ago

tailwind-loves-sass v1.1.3

Weekly downloads
14
License
ISC
Repository
github
Last release
3 years ago

Tailwind Loves Sass

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

@apply

@include apply("...")

@layer

@include layer("...")

@screen

@include respond-to("...")

@screen

@include screen("...")

@variants

@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

Knacss

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

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

Other tools

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago