js-scaffold/src/style.css
Mark Moser cf0e086cc1 move to src dir with updated npm dependencies
upgraded package.json
moved the source files into /src and cleaned up Grunt.js pointers
2016-07-01 23:00:06 -05:00

11 lines
119 B
CSS

body {
font-size: 16px;
margin: 50px auto;
width: 350px;
}
.jquery-note {
color: #ccc;
font-size: 0.85em;
}