
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@sky-foundry/tachyons-extended
Advanced tools
Extended styles for tachyons.
xl breakpointImport along side of tachyons.
Clone the repo from github and install dependencies through npm.
git clone https://github.com/tachyons-css/tachyons.git
cd tachyons
yarn install
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
yarn run start
This will output both minified and unminified versions of the css to the css directory and watch the src directory for changes. It's aliased to the command:
yarn run build:watch
If you'd like to just build the css once without watching the src directory run
yarn 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
yarn run mutations
If you have a question or need help feel free to open an issue here.
FAQs
Extended styles for tachyons
We found that @sky-foundry/tachyons-extended demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.