V
V
VMesser2018-07-09 14:45:44
css
VMesser, 2018-07-09 14:45:44

How to provide CSS navigation?

I can't google a solution to what seems to me a standard situation - splitting a CSS file into sections for easy navigation. They offer huge ASCII headers to be visible in the map, a substring for searching, large gaps for catching when visually scrolling. But these are some strange crutches.
Is there really no plugin for organizing and surfing through the document? That would be wildly convenient. I have Sublime 3.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Anton, 2018-07-09
@Fragster

switch from css to sass and import

U
uRoot, 2018-09-17
@uroot

Try the comments, your captain :)
You can even do something like a table of contents at the beginning of the CSS file:
Then copy and through Search go to the required part.
But better take Anton's advice. For some layout designers, each large block of CSS is in separate files: header - in header.scss, body - in body.scss, aside - in aside.scss.
SCSS is also a preprocessor, a variation of SASS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question