A Visual Studio Code extension that allows you to save css selectors for reuse in any project.
Useful for storing media queries, animations, reusable components or whatever you need.
- Select a CSS selector to save it. If the selector name already exists, you can update it with the new definition.
- Retrieve a CSS selector and insert it into your file.
- Delete CSS selectors from your saved list.
- Save CSS selector:
Ctrl+Alt+S(Windows/Linux) orCmd+Alt+S(macOS). - Retrieve CSS selector:
Ctrl+Alt+E(Windows/Linux) orCmd+Alt+E(macOS). - Delete CSS selector:
Ctrl+Alt+D(Windows/Linux) orCmd+Alt+D(macOS).
Search CSS Storage on the VS Code Marketplace.
Issues and pull requests are welcome!
This extension is licensed under the MIT License.


