Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordienr/vscode_custom_css
My custom CSS for VSCode
https://github.com/jordienr/vscode_custom_css
Last synced: 22 days ago
JSON representation
My custom CSS for VSCode
- Host: GitHub
- URL: https://github.com/jordienr/vscode_custom_css
- Owner: jordienr
- Created: 2023-05-03T15:40:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-03T15:43:41.000Z (over 1 year ago)
- Last Synced: 2024-11-29T04:32:02.534Z (25 days ago)
- Language: CSS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VSCode Custom CSS
## Requirements
Name: Custom CSS and JS Loader
link: https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css## How to use
1. Install the extension
2. Add this line to settings.json:```json
"vscode_custom_css.imports": ["file:///Users/YourName/PATH_TO_THIS_REPO/VSCODE_CUSTOM_CSS/styles.css"],```