An open API service indexing awesome lists of open source software.

https://github.com/coryrylan/vscode-blueprint-css-snippets

VSCode Snippets for Core Flex Grid
https://github.com/coryrylan/vscode-blueprint-css-snippets

Last synced: 5 months ago
JSON representation

VSCode Snippets for Core Flex Grid

Awesome Lists containing this project

README

          

# Blueprint CSS Snippets for VS Code (v0.0.5)
This Visual Studio Code extension adds snippets for Blueprint CSS, a
Flexbox based CSS grid.

[Blueprint CSS Documentation](https://blueprintcss.io)

## Usage
Type part of a snippet, press `enter`, then tab through the
options to fill in the snippet.

![Use Extension](images/snippets.gif)

### HTML Snippets
```html
bp-row
bp-col
bp-show
bp-max
```

### Installation

1. Install Visual Studio Code 0.10.1 or higher
1. Launch Code
1. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
1. Select Install Extension
1. Choose the extension
1. Reload Visual Studio Code

![Use Extension](images/install.gif)