Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielcornock/tailwind-scss

🎨Npm package containing scss variables extracted from the tailwind css framework for use in your projects.
https://github.com/danielcornock/tailwind-scss

node-module npm scss scss-variables tailwind

Last synced: 24 days ago
JSON representation

🎨Npm package containing scss variables extracted from the tailwind css framework for use in your projects.

Awesome Lists containing this project

README

        

# tailwind-scss

For those that want to use tailwinds default configuration, but also want to keep their styling tucked away in their style files. This package includes SCSS variables for text size, color, and spacing.

## Installation

To install, run:

```
npm install @danielc7150/tailwind-scss
```

## Usage

To import these SCSS variables, at the top of your global SCSS file use:

```
@import '@danielc7150/tailwind-scss';
```