-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to vateral.css seem to have no effect #25
Comments
I deleted both vateral css files, including the minified one, and the page still loads on localhost, even after regenerating. Something in the build that's eluding me. Any tips? |
*loads unchanged that is |
Curiously there's a jpeg spec pdf in the theme files (in source/js/spec), and main.min.js is quite large, though unknown as to what its for. |
in _config.yml:
|
But there's no unminimised versions of those css files. So how to make adjustments to the theme?
20. Oct 2017 15:22 by [email protected]:
…
in _config.yml:
stylesheets:
/css/materialize.min.css> /css/main.min.css
just use those
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub> , or > mute the thread> .
|
Unless the theme is not intended for modification, to state the obvious possibly. Min versions of css could be expanded though I suppose as long as without name mangling. Presumably that's what you're suggesting.
20. Oct 2017 15:22 by [email protected]:
…
in _config.yml:
stylesheets:
/css/materialize.min.css> /css/main.min.css
just use those
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub> , or > mute the thread> .
|
Now it's working, thanks. |
Main.min.js is mangled. If there's any chance of an unmangled version that would be really nice, subject to sublime generosity of the author.
20. Oct 2017 15:22 by [email protected]:
…
in _config.yml:
stylesheets:
/css/materialize.min.css> /css/main.min.css
just use those
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub> , or > mute the thread> .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modifications to vaterial.css don't seem to have any effect on the loaded localhost page. E.g. changing size and text colour of the back to top button in the css file didn't do anything. In another theme, change effect was immediate. Is there some step in Vateral that I'm missing to see these changes?
The text was updated successfully, but these errors were encountered: