Socket
Socket
Sign inDemoInstall

tachyons

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons - npm Package Compare versions

Comparing version 4.11.1 to 5.0.0-0

src/_animate.css

68

package.json
{
"name": "tachyons",
"version": "4.11.1",
"description": "Functional CSS for humans",
"author": "mrmrs",
"style": "css/tachyons.min.css",
"description": "Functional css for humans",
"version": "5.0.0-0",
"license": "MIT",
"author": "Adam Morse",
"repository": "tachyons-css/tachyons",
"main": "css/tachyons.css",

@@ -12,29 +13,10 @@ "files": [

],
"repository": "tachyons-css/tachyons",
"keywords": [
"css",
"oocss",
"postcss",
"functional css",
"design",
"responsive",
"performance"
],
"license": "MIT",
"devDependencies": {
"copy-files": "^0.1.0",
"immutable-css-cli": "^1.1.1",
"normalize.css": "^8.0.0",
"tachyons-modules": "^1.1.10",
"tachyons-cli": "^1.3.2",
"watch": "^1.0.2"
},
"contributors": [
{
"name": "adam morse",
"email": "hi@mrmrs.cc"
"name": "Adam Morse",
"url": "https://mrmrs.cc"
},
{
"name": "john otander",
"url": "http://johnotander.com"
"name": "John Otander",
"url": "https://johno.com"
}

@@ -44,8 +26,32 @@ ],

"start": "npm run build:watch",
"mutations": "immutable-css src/tachyons.css --strict",
"build": "npm run build:css && npm run build:minify",
"build:css": "tachyons src/tachyons.css > css/tachyons.css",
"build:minify": "tachyons src/tachyons.css --minify > css/tachyons.min.css",
"build:watch": "watch \"npm run build\" ./src/"
}
"build:minify": "tachyons src/tachyons.css -m > css/tachyons.min.css",
"build:packages": "node build && lerna run build",
"build:watch": "watch \"npm run build\" ./src/",
"prepare": "npm run build",
"publish:beta": "npm run build && lerna publish --canary --preid beta",
"test": "immutable-css src/tachyons.css"
},
"devDependencies": {
"@mdx-js/tag": "^0.16.0",
"css-table": "latest",
"globby": "^8.0.1",
"immutable-css-cli": "^1.1.1",
"lerna": "^2.5.1",
"postcss-get-variables": "^1.0.2",
"react": "^16.6.1",
"strip-css-comments": "^3.0.0",
"tachyons-cli": "latest",
"watch": "^1.0.2"
},
"keywords": [
"css",
"oocss",
"postcss",
"functional css",
"design",
"responsive",
"performance"
]
}
# TACHYONS
Functional css for humans.
Quickly build and design new UI without writing css.
## Built for designing
Create fast loading, highly readable, and 100% responsive interfaces with as little css as possible.
[Download Latest Version](https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css)
## Principles

@@ -45,3 +50,3 @@

```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@7/css/tachyons.min.css">
```

@@ -65,3 +70,5 @@

```npm start```
```
npm start
```

@@ -71,19 +78,25 @@ This will output both minified and unminified versions of the css to the css directory and watch the src directory for changes.

```npm run build:watch```
```
npm run build:watch
```
If you'd like to just build the css once without watching the src directory run
```npm run build```
```
npm run build
```
If you want to check that a class hasn't been redefined or 'mutated' there is a linter to check that all of the classes have only been defined once. This can be useful if you are using another library or have written some of your own css and want to make sure there are no naming collisions. To do this run the command
```npm run mutations```
```
npm run mutations
```
## Docs
The tachyons docs located at http://tachyons.io are all open source and located at https://github.com/tachyons-css/tachyons-css.github.io
The tachyons docs located at http://tachyons.io are all open source and located at [/docs](https://github.com/tachyons-css/tachyons/tree/master/docs).
You can clone the docs and use them as a template for documenting your own design system / patterns / components.
While not everything is automated, the component library generation makes it extremely easy to
generate and organize the documentation for components as demonstrated at http://tachyons.io/components
generate and organize the documentation for components as demonstrated at https://tachyons.io/components

@@ -95,2 +108,3 @@ ### Community Resources

- [Tachyons Pro](https://tachyons.pro/): Fun quiz for memorizing class names
- [Tachyons Cheatsheet](https://roperzh.github.io/tachyons-cheatsheet/): Cheatsheet for Tachyons classes

@@ -106,3 +120,3 @@ ## Contributing

**Featured Sites**
### Featured Sites

@@ -127,5 +141,6 @@ * https://interfacelovers.com

* https://play.cash
* https://bitmidi.com
And of course...
* http://tachyons.io
* https://tachyons.io

@@ -132,0 +147,0 @@ ## Sponsors

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

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

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

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

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

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

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

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

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

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