You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
<html>
<head>
<link rel="stylesheet" href="..static/hack/css/hack.css">
</head>
<!-- markdown theme -->
<body class="hack">
<!-- Copy of form with colored labels you are using in https://hackcss.egoist.moe/ -->
<h5>Stateful Form</h5>
<form class="form">
<fieldset class="form-group form-success">
<label for="username2">USERNAME:</label>
<input id="username2" type="text" placeholder="type your name..." class="form-control">
</fieldset>
<fieldset class="form-group form-warning">
<label for="age">AGE:</label>
<input id="age" type="text" placeholder="" class="form-control">
</fieldset>
</form>
</body>
<html>
The markdown style is rendered fine but the form label color doesn't show like on https://hackcss.egoist.moe/ (form-group form-success).
Any idea how to do this? Not too familiar with the frontend toolset; it looks like it should have something to do with invoking some process on components.css directly or indirectly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Egoist,
Awesome looking project!
I'm trying it out and hot-linking the css like it says on https://github.com/egoist/hack#install, like so:
hello_world.html
The markdown style is rendered fine but the form label color doesn't show like on https://hackcss.egoist.moe/ (
form-group form-success
).Any idea how to do this? Not too familiar with the frontend toolset; it looks like it should have something to do with invoking some process on
components.css
directly or indirectly.The text was updated successfully, but these errors were encountered: