Socket
Socket
Sign inDemoInstall

tachyons

Package Overview
Dependencies
Maintainers
2
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.0.0-beta.18 to 4.0.0-beta.19

4

package.json
{
"name": "tachyons",
"version": "4.0.0-beta.18",
"version": "4.0.0-beta.19",
"description": "Functional CSS for humans",

@@ -87,3 +87,3 @@ "author": "mrmrs",

"tachyons-position": "^5.0.1",
"tachyons-skins": "^3.1.2",
"tachyons-skins": "^3.1.3",
"tachyons-spacing": "^5.0.6",

@@ -90,0 +90,0 @@ "tachyons-text-align": "^2.0.4",

@@ -63,3 +63,3 @@ # TACHYONS

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 through npm, but the modules
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)

@@ -70,4 +70,4 @@ uses a series of postcss plugins to compile the source down to vanilla css.

If you want to update a tachyons partial, update the module through npm and run the build command again. Note
this will copy over all source files, so if you've modified src/ your changes might be overwritten.
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```

@@ -83,5 +83,15 @@

If you want to recompile everything from src everytime you save a change - you can run the following command, which will compile and minify the css
```npm run build:watch```
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```
## Some websites that use modules from the tachyons project
(if you have a project that uses tachyons feel free to make a PR to add it to this list)
* http://spenhar.com
* http://www.csspurge.com
* http://bluebottlecoffee.com

@@ -88,0 +98,0 @@ * http://aboutlife.com

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