Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Tachyons CSS SnippetsNew to Visual Studio Code? Get it now.
Tachyons CSS Snippets

Tachyons CSS Snippets

Thomas Viaud

|
6,894 installs
| (2) | Free
All tachyons css classes as snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tachyons CSS Snippets

This extension provides snippets for all tachyons css classes.

Features

Stop losing time Ctrl+F tachyons css to find your needs. This extensions allows you to find tachyons classes either by typing the name or css contained in the class directly in your code.

Supported languages : javascript, javascriptreact, html, vue, reason, typescriptreact.

Usage

Known issues

Snippets are accessible with Ctrl+Space. However, if you want to use the quicksuggestions feature you might need to add :

  "editor.quickSuggestions": {
    "other": true,
    "comments": false,
    "strings": true
  }

in your editor config. For non html files, we need to enable autosuggestions in strings.

Release Notes

0.0.1

Initial release of tachyons-snippets

0.0.3

Supporting new languages (Vue, Reason, Typescript React)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft