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
- Host: GitHub
- URL: https://github.com/coryrylan/vscode-blueprint-css-snippets
- Owner: coryrylan
- License: mit
- Created: 2016-08-26T01:53:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T06:04:26.000Z (about 6 years ago)
- Last Synced: 2025-09-11T06:22:19.131Z (11 months ago)
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.

### 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
