1.0.10 • Published 11 months ago

atomic-css-snippets v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Atomic CSS Snippets

Features

Provides autocomplete snippets for Atomic CSS classes for the following file types:

  • JavaScript (.js)
  • HTML (.html)
  • Marko (.marko)
  • PHP (.php)
  • React (.jsx/.tsx)
  • Svelte (.svelte)
  • TypeScript (.ts)

Note: In order to use this extension for Svelte and Marko, you will first need to install the respective programming language extensions for VSCode.

Usage

Simply start typing a style such as margin and the related Atomic CSS classnames will be recommended in a quick suggestion.

Requirements

In order for snippets to work inside quotes, you will need to enable the following setting in settings.json:

"editor.quickSuggestions": {
    "strings": true
}