tailwindscss
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "tailwindscss", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "SCSS version of Tailwind CSS for people who don't use modern module bundler", | ||
@@ -5,0 +5,0 @@ "main": "tailwind.css", |
@@ -0,1 +1,5 @@ | ||
[![Build Status](https://travis-ci.org/rahmanda/tailwindscss.svg?branch=master)](https://travis-ci.org/rahmanda/tailwindscss) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) | ||
[![npm version](https://badge.fury.io/js/tailwindscss.svg)](https://badge.fury.io/js/tailwindscss) | ||
# Tailwind SCSS | ||
@@ -67,3 +71,3 @@ | ||
``` | ||
@import "path-to/tailwindscss.config.scss"; | ||
@import "path-to/tailwind.config.scss"; | ||
@import "tailwindscss/base"; | ||
@@ -81,3 +85,3 @@ @import "tailwindscss/utilities"; | ||
Because of Sass limitation, below features cannot be provided in this library: | ||
Because of SCSS limitation, below features cannot be provided in this library: | ||
@@ -87,3 +91,3 @@ - [Plugins](https://tailwindcss.com/docs/plugins) | ||
Sass do not support several characters like ':' and '/' because it will always be evaluated as language's keywords. For your safety, keep your prefix and separator with dashed ('-') and underscored ('_') characters. | ||
SCSS does not support several characters like colon (`:`) and backslash (`/`) because it will always be evaluated as language's keywords. For your safety, keep your prefix and separator with dashes (`-`) and underscore (`_`) characters. | ||
@@ -94,3 +98,3 @@ ## TODO | ||
- [x] responsive | ||
- [x] pseudo-class (hover and focus) | ||
- [x] pseudo-class (hover, focus, focus-within, active and group-hover) | ||
- [x] colors |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
544049
50
18097
97
0