Software Alternatives & Reviews

Tachyons VS SUIT CSS

Compare Tachyons VS SUIT CSS and see what are their differences

Tachyons logo Tachyons

A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.

SUIT CSS logo SUIT CSS

SUIT CSS is a CSS preprocressor for component based UI development.
  • Tachyons Landing page
    Landing page //
    2021-07-25
  • SUIT CSS Landing page
    Landing page //
    2022-06-26

Tachyons videos

Tachyons: Faster Than Light Particles

SUIT CSS videos

No SUIT CSS videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Tachyons and SUIT CSS)
CSS Framework
81 81%
19% 19
Developer Tools
68 68%
32% 32
Design Tools
80 80%
20% 20
Development Tools
81 81%
19% 19

User comments

Share your experience with using Tachyons and SUIT CSS. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Tachyons should be more popular than SUIT CSS. It has been mentiond 23 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Tachyons mentions (23)

  • Kicking the tires with NestJS and Hotwire: Part II
    I chose Tachyons over Tailwind because Tachyons is an atomic CSS framework, similar to Tailwind, however it's much lighter weight. Tailwind tends to be a bit heavier without using post CSS processing so I wanted to stick with something smaller. - Source: dev.to / 6 months ago
  • How to Build a File Explorer using Xata and Vue.js
    The CSS framework we will use in this project is Tachyons CSS, which we will install by running the command below in the terminal. - Source: dev.to / 7 months ago
  • Writing JavaScript without a build system
    Tachyons is a similar utility class framework, and a lot smaller at somewhere under 20kb, IIRC. https://tachyons.io/. - Source: Hacker News / about 1 year ago
  • Is there a better option than plain HTML, CSS and JS for creating my own design system?
    I like using a functional CSS library (tachyons.io, tailwindcss, or SLDS) and setup components separately. The CSS has my colors and units declared (and the aim is to not have 40 different gray colors, it's to limit yourself with a definition list). Then the actual components are setup via a component library. Plenty to choose from: React, VueJS, LWC, AngularJS, or just native web components. Source: over 1 year ago
  • Why I choose T3 stack as the fullstack to build the react app
    Therefore, I totally got to buy in for the utility-first approach. In that world, the only thing is worth mentioning is Tachyons. However, although it came way earlier than Tailwind, it is said to be feature-complete, and one cannot expect new features to be added or problems discussed. The latest release is almost five years old, which definitely violates the principle “Bleed Responsibly”. You can also see... - Source: dev.to / over 1 year ago
View more

SUIT CSS mentions (4)

  • Past Informs the Present: Begin’s Approach to CSS
    As style sheets became the responsibility of larger and larger teams, CSS’ global scope and specificity were often at odds with team dynamics. Style collisions became increasingly common, where changes introduced by one developer would inadvertently affect styles elsewhere on the website. As the old joke goes: two CSS properties walk into a bar; a bar stool in a completely different bar falls over. As these issues... - Source: dev.to / over 1 year ago
  • Front-end Guide
    CSS (Cascading Style Sheets) are rules to describe how your HTML elements look. Writing good CSS is hard. It usually takes many years of experience and frustration of shooting yourself in the foot before one is able to write maintainable and scalable CSS. CSS, having a global namespace, is fundamentally designed for web documents, and not really for web apps that favor a components architecture. Hence, experienced... - Source: dev.to / over 1 year ago
  • Bootstrap VS Tachyons
    Tachyons developer, Adam Morse in this talk at DevShop London 2016, talks about motivation behind Tachyons. He discusses the problem of continuous over-riding your own written CSS code, writing tons of CSS code, struggle to keep all this info in your head and the need to refactor 200Kb CSS file. His answer to the problem is Tachyons. SUIT CSS (Style Tools for UI Components). Was the initial inspiration that lead... - Source: dev.to / almost 3 years ago
  • How I'm forcing myself to write CSS following certain rules
    This component syntax is mainly taken from Suit CSS with minor modifications. - Source: dev.to / about 3 years ago

What are some alternatives?

When comparing Tachyons and SUIT CSS, you can also consider the following products

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

Sass - Syntatically Awesome Style Sheets

Bootstrap - Simple and flexible HTML, CSS, and JS for popular UI components and interactions

Webpack - Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.

Bulma - Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.

Less - Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node. js and Rhino) or client-side (modern browsers only).