Socket
Socket
Sign inDemoInstall

tachyons

Package Overview
Dependencies
0
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.3 to 4.5.4

2

package.json
{
"name": "tachyons",
"version": "4.5.3",
"version": "4.5.4",
"description": "Functional CSS for humans",

@@ -5,0 +5,0 @@ "author": "mrmrs",

@@ -11,15 +11,21 @@ # TACHYONS

* Everything should be readable on any device
* Everything should be as performant as possible
* Everything should be as fast as possible
* Designing in the browser should be easy
* It should be easy to change any interface or part of an interface without breaking any existing interfaces
* Doing one thing extremely well promotes reusability and reduces repetition
* css is global. HTML is not. Send the smallest amount of code to the user as possible.
* Documentation helps promote reusability and shared knowledge
* Css is global. Html is not. Send the smallest amount of code to the user as possible.
## Features
* Mobile-first css
* Mobile-first css architecture
* 490 accessible color combinations
* 8px baseline grid
* Multiple debugging utilities to reduce layout struggles
* Single-purpose class structure
* Optimized for maximum gzip compression
* ~13kB when minified and gzipped
* Lightweight (~13kB)
* Usable across projects
* Growing open source component library
* Works well with plain html, react, ember, angular, rails, and more
* Infinitely nestable responsive grid system

@@ -31,3 +37,3 @@ * Built with Postcss

Docs can be found at http://tachyons.io/docs
The modules are generally pretty small and thus easy to read and grock if you're familiar with css at all.
The modules are generally pretty small and thus quick and easy to read.

@@ -39,5 +45,5 @@ ### Use the CDN

Currently the latest version is 4.5.2
Currently the latest version is 4.5.4
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.2/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.4/css/tachyons.min.css">
```

@@ -60,22 +66,7 @@

#### Build
##### First time
Tachyons is available as a series of small self contained css modules. They aren't dependent on eachother but
are designed to play well together. But tachyons is also just css. And you should feel free to edit css
that is in your project. The first time you build tachyons all of the css gets installed via npm, but the modules
then get copied over to your local src directory and then the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli)
uses a series of postcss plugins to compile the source down to vanilla css.
##### Updating
If you want to update a tachyons partial, install the desired module version via npm and run the build command again. Note
this will copy over all source files, so if you've modified src/ your changes might will be overwritten but you can use version control (like git!) to undo these changes.
```npm run build```
#### Dev
If you want to just use src as a jumping off point and edit all the code yourself, you can compile all of your wonderful changes by running
If you want to just use everything in tachyons/src as a jumping off point and
edit all the code yourself, you can compile all of your wonderful changes by
running

@@ -96,8 +87,4 @@ ```npm start```

If you want to make a PR to change part of the css source for tachyons, make sure you make the PR on the corresponding module
that can be found in the [tachyons org](http://github.com/tachyons-css/). Those modules get copied into the main repo so
any changes you make to the css in this repo would get overridden.
Please read our [code of conduct](https://github.com/tachyons-css/tachyons/blob/master/code-of-conduct.md) for contributors.
Also please read our [code of conduct](https://github.com/tachyons-css/tachyons/blob/master/code-of-conduct.md) for contributors.
## Websites that Use Tachyons

@@ -109,4 +96,8 @@ (if you have a project that uses Tachyons feel free to make a PR to add it to this list)

* https://segment.com
* https://community.algolia.com/wordpress/
* http://samueldregan.com
* https://voteplz.com
* http://bluebottlecoffee.com
* http://cyclelove.cc
* http://topher.design
* http://iheanyi.com/

@@ -117,3 +108,2 @@ * http://johnotander.com

* http://joinoneroom.com
* http://cyclelove.cc
* http://jon.gold/txt

@@ -152,2 +142,7 @@ * http://rene.jon.gold

* http://blog.colepeters.com
* http://filipaonunes.com
* https://vakra.band
* http://tylernford.com
* https://adventuretron.org
* https://uptimeumbrella.com

@@ -157,7 +152,5 @@ And of course...

## Help
If you have a question feel free to open an issue here or jump into the [Tachyons slack channel](http://tachyons-slack-invite.herokuapp.com).
If you have a question or need help feel free to open an issue here or jump into the [Tachyons slack channel](http://tachyons-slack-invite.herokuapp.com).

@@ -164,0 +157,0 @@ ## License

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc