Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Functional CSS for humans.
Quickly build and design new UI without writing CSS.
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 quickest and easiest way to start using tachyons is to include a reference to the minified file in the head of your html file.
The latest version can always be found at the link below.
<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/tachyons.min.css">
Currently the latest version is 4.0.1-beta
<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css">
Clone the repo from github and install dependencies through npm.
git clone https://github.com/tachyons-css/tachyons.git
cd tachyons
npm install
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 through npm, but the modules
then get copied over to your local src directory and then the tachyons-cli
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.
npm run build
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
npm start
This will output both minified and unminified versions of the css to the css directory.
And of course...
If you have a question feel free to open an issue here or jump into the Tachyons slack channel.
MIT
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Functional CSS for humans
The npm package tachyons receives a total of 41,597 weekly downloads. As such, tachyons popularity was classified as popular.
We found that tachyons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.