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 b7ff702bbd More writing on the rationale and critique of CSS. Started to include other demos from other frameworks like Carousel from bootstrap. 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 More writing on the rationale and critique of CSS. Started to include other demos from other frameworks like Carousel from bootstrap. 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 More writing on the rationale and critique of CSS. Started to include other demos from other frameworks like Carousel from bootstrap. 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.