Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.26 KB

Brevis CSS Autocomplete

Sublime Text 3/4 autocomplete plugin for Brevis CSS toolkit.

Brevis

Brevis is a CSS toolkit designed for robust, high performance and scalable web applications.

Installation

The plugin can be installed through Sublime Text's Package Control. Just search for Brevis autocomplete.

Alternatively, you can clone this repository to the Packages directory of your Sublime installation. On macOS, this looks as follows:

cd ~/Library/Application Support/Sublime Text 3/Packages/
git clone https://github.com/dlzi/brevis-autocomplete.git

Usage

Class name autocompletion: When inside double quotes of a class attribute (class="[HERE]"), suggestions will appear for all Brevis classes.

screenshot

Note: In order for the suggestions to appear, your document needs to have the syntax set to HTML (or any child syntax like HTML (PHP)).

Credit

Created based on webchun plugins.

Copyright and license

©2020 Daniel Zilli - Code Licensed MIT, Docs CC BY 3.0.