Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahgurung/css-structure-comment

🎨 Organise your CSS
https://github.com/rahgurung/css-structure-comment

snippets vscode-extension

Last synced: 7 days ago
JSON representation

🎨 Organise your CSS

Awesome Lists containing this project

README

        

# css-structure-comment

A VS Code extension which helps you add better comments to your CSS.

## Motivation
This extension is aimed for people writing a lot of CSS because when a CSS class has a lot of CSS properties, it starts to get overwhelming to read it. This extension aims to organise your CSS inside the block into five different parts as given in gif below.

## How it looks

| Before | After |
| ----------- | ----------- |
| ![before](assets/Before.png) | ![after](assets/After.png) |

## Usage

Just type `csc` in your CSS file and press `Enter`.
![demo](assets/demo.gif)

## Development

Just open this repo in VSCode and press `F5` to fire the extension in new window.