A
A
awpman2020-01-17 14:12:18
css
awpman, 2020-01-17 14:12:18

How to copy css code from chrome without semicolon?

We need such code for Sass. Does anyone know if there is such a solution?
5e21965fce03a486204303.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
awpman, 2021-02-17
@awpman

Unfortunately, it is not possible to copy css code from chrome without a semicolon, but such code can be formatted already in the editor, for example in vsCode, it must be written in settings.json

//форматируем файл после его сохранения
"editor.formatOnSave": true,
"editor.defaultFormatter": "syler.sass-indented",

This solution helped me

S
Shohruh Shaimardonov, 2020-01-17
@joeberetta

The first thing I googled for you.
And in the same way, you can find a plugin for your "notepad", so that the css2sass envelope is already there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question