Sublime Text 3/4 autocomplete plugin for Brevis CSS toolkit.
Brevis is a CSS toolkit designed for robust, high performance and scalable web applications.
- Homepage: https://dlzi.github.io/brevis/
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
Class name autocompletion: When inside double quotes of a class attribute (class="[HERE]"
), suggestions will appear for all Brevis classes.
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)
).
Created based on webchun plugins.