atomic-css-snippets

1.0.10 • Public • Published

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.

Atomic CSS Snippets

Requirements

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

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

Package Sidebar

Install

npm i atomic-css-snippets

Weekly Downloads

6

Version

1.0.10

License

MIT

Unpacked Size

598 kB

Total Files

9

Last publish

Collaborators

  • redonkulus