CSS Storage
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.
Features
- 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.
Keyboard Shortcuts
- Save CSS selector:
Ctrl+Alt+S (Windows/Linux) or Cmd+Alt+S (macOS).
- Retrieve CSS selector:
Ctrl+Alt+E (Windows/Linux) or Cmd+Alt+E (macOS).
- Delete CSS selector:
Ctrl+Alt+D (Windows/Linux) or Cmd+Alt+D (macOS).
Installation
Search CSS Storage on the VS Code Marketplace.
Feedback
Issues and pull requests are welcome!
License
This extension is licensed under the MIT License.
| |