Hi, I am trying out ATOM with PINEGROW (PG).
Changes made to the HTML on ATOM is reflected on PG so far.
However, whenever I update the CSS on ATOM, it does not always update the CSS rules on PG.
Doing a CTRL+R (refresh) on PG doesn’t always render the changes I have made on my CSS on ATOM.
For instance, when I add the following to my style.css in ATOM followed by a CTRL+S, I don’t see it in the style.css file in PG.
blockquote {
display: block;
font-style: italic;
color: #7C9A14
margin-top: 1em;
margin-bottom: 1em;
margin-left: 40px;
margin-right: 40px;
}
So i have to manually update the style.css on PG.
Not sure if it’s just me. Can someone let me know if this is a bug or its something i am doing wrongly?