briankoser / kodex-aspnetcore

Koser family site, written in ASP.NET Core MVC
MIT License
1 stars 0 forks source link

Base CSS #7

Closed briankoser closed 6 years ago

briankoser commented 6 years ago

https://projectclarion.com/documentation/architecture/ https://css-tricks.com/abem-useful-adaptation-bem/ https://cssguidelin.es

https://css-tricks.com/modern-normalize/ https://css-tricks.com/media-object-bunch-ways/ https://github.com/filamentgroup/tablesaw https://github.com/filamentgroup/loadCSS https://github.com/hankchizljaw/boilerform https://gradients.cssgears.com/

briankoser commented 6 years ago

Grids:

https://css-tricks.com/difference-explicit-implicit-grids/ http://meyerweb.com/eric/thoughts/2016/12/05/css-grid/ https://css-tricks.com/css-grid-one-layout-multiple-ways/ https://alistapart.com/article/practical-grid https://css-tricks.com/introduction-fr-css-unit/ https://24ways.org/2012/css3-grid-layout/ http://jensimmons.com/post/feb-27-2017/learn-css-grid https://css-tricks.com/getting-started-css-grid/

briankoser commented 6 years ago

Blocked on #37

briankoser commented 6 years ago

Use SCSS for mixins

HTML and CSS should have a many to many relationship, or you will have duplication in one of them.

Mixins are the linking table to make DRY

briankoser commented 6 years ago
body {
  color-adjust: economy;
}