W
W
WebforSelf2021-05-26 07:34:24
css
WebforSelf, 2021-05-26 07:34:24

How to reset cache on scss change?

There is a template that is written in scss, I
figured out its basic syntax, a convenient thing, but a question arose.
There is a css and scss folder, the first one contains a mapping in this format

{"version":3,"sources":["_base-fonts.scss","_base-reset.scss","__base-fonts.scss","core/mixins/_grid.scss",

and so on, I did not collect the whole sheet.

for example, I need to change the width of an element, I went to the
_base-reset.scss file

&__main {
    padding: 20px 0;
    &-wrap {
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }
    &-logo {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      text-align: center;
    max-width:125px;    /*добавил строку*/
    }
}


But clearing the cache and other stuff doesn't add my changes.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question