An experiment in cleaning up CSS by just avoiding dis-features and focusing on flexbox and CSS grids.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Zed A. Shaw 0a282cddaa Remove the stupid box shadow. 3 years ago
images Get the graphics on a grid thing working. 3 years ago
lib Tiles and Cards examples done. 3 years ago
public Remove the stupid box shadow. 3 years ago
scripts Initial commit after forking over from the starter project. 3 years ago
spec Initial commit after forking over from the starter project. 3 years ago
src All of the notes are written first draft. 3 years ago
.eslintrc.js Initial commit after forking over from the starter project. 3 years ago
.gitignore Initial commit after forking over from the starter project. 3 years ago
LICENSE Initial commit after forking over from the starter project. 3 years ago
README.md Initial commit after forking over from the starter project. 3 years ago
package-lock.json Tiles and Cards examples done. 3 years ago
package.json Tiles and Cards examples done. 3 years ago
rollup.config.js Initial commit after forking over from the starter project. 3 years ago

README.md

Notes for starter-project:

  • Keep it simple and just an SPA with svelte-spa
  • Include everything needed to get started with a full stack. Database, knex, sqlite3, etc.
  • Logins, passwords, and payments included ready to go.
  • Email templates and sending built-in and ready.

I installed most of the stuff so I think what I have to do is start building a first thing, then add the components I pull out to it as I go.