Software Alternatives, Accelerators & Startups

Sass VS Tachyons

Compare Sass VS Tachyons and see what are their differences

Sass logo Sass

Syntatically Awesome Style Sheets

Tachyons logo Tachyons

A modular CSS toolkit that makes it easy to build interfaces that are readable, responsive, and fast loading.
  • Sass Landing page
    Landing page //
    2021-09-19
  • Tachyons Landing page
    Landing page //
    2021-07-25

Sass videos

The Armalite AR10 Super SASS

More videos:

  • Review - Armalite Super SASS
  • Review - M110 SASS to 800yds: Practical Accuracy (Leupold Mk4, US Sniper Rifle)
  • Review - Anatomy of the Semi Automatic Sniper System (SASS): Featuring the Lone Star Armory TX10 DM Heavy
  • Review - ArmaLite XM110 Rifle to AR10 Super SASS

Tachyons videos

Tachyons: Faster Than Light Particles

Category Popularity

0-100% (relative to Sass and Tachyons)
Developer Tools
85 85%
15% 15
CSS Framework
73 73%
27% 27
Design Tools
76 76%
24% 24
Development Tools
0 0%
100% 100

User comments

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

Social recommendations and mentions

Based on our record, Sass should be more popular than Tachyons. It has been mentiond 133 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.

Sass mentions (133)

  • 10+ UI Libraries for Svelte to Try in 2024
    Attractions is a UI kit for Svelte that includes 49 components and a collection of helper functions. It uses Sass for styling. Although the Attractions kit seems promising and the components look really nice, it's not very actively supported right now and its future is uncertain. - Source: dev.to / 22 days ago
  • How I Achieved Maintanability, and Scalability in My Projects
    We took our time evaluating different options and ultimately landed on a focused set of technologies: Next.js, TypeScript, Redux Toolkit, SASS, and Axios. This combination offers a powerful and manageable foundation for our project, avoiding the pitfalls of an overly complex tech stack. - Source: dev.to / 6 days ago
  • Future of CSS: Functions and Mixins
    Traditionally CSS lacked features such as variables, nesting, mixins, and functions. This was frustrating for Developers as it often led to CSS quickly becoming complex and cumbersome. In an attempt to make code easier and less repetitive CSS pre-processors were born. You would write CSS in the format the pre-processor understood and, at build time, you'd have some nice CSS. The most common pre-processors these... - Source: dev.to / 3 months ago
  • Top 20 Frontend Interview Questions With Answers
    CSS stands for Cascading Style Sheets, and is a scripting language used to style web pages. SCSS stands for Syntactically Awesome Style Sheet, and is a superset of CSS. You can think of SCSS as the more advanced version of CSS, which comes with several features that CSS does not support, such as the SCSS nested syntax, as shown below. - Source: dev.to / 3 months ago
  • Modern CSS for 2024: Nesting, Layers, and Container Queries
    In the past, you’d need to rely on pre-processors such as SaSS or Less, but not anymore… Native CSS nesting has landed on all major modern browsers. - Source: dev.to / 5 months ago
View more

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 / 8 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

What are some alternatives?

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

PostCSS - Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.

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

Stylus - EXPRESSIVE, DYNAMIC, ROBUST CSS

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

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).