Open tip4programs opened 6 years ago
Did you run gulp -p
after the changes? You need to compile, because those stylus
files will compile to the real css
used in your site.
I modified the header and also gulp -p
, but after that the website first appeared my name then returned to </> Anon Developer, what's going on?
The website header always shows </> Anon Developer or </> AD(for mobile site). changed header of the site by editing the file /src/style/_header .style like
this
But the change is not affecting on the website. What is the reason behind this? I have committed this change on both gh-pages and master branch😧.