Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tailwindscss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindscss - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

.travis.yml

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc