Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielcornock/tailwind-scss
- Owner: danielcornock
- Created: 2020-01-25T18:54:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:30:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T03:23:47.746Z (about 1 month ago)
- Topics: node-module, npm, scss, scss-variables, tailwind
- Language: CSS
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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';
```