Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"],

```