Skip to content

edgarflorez/ITCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NOTES ITCSS

This is a general documents with my insights about ITCSS

Triangle

Triangle elements +Info Description
SETTINGS 1 used with pre...
TOOLS 2 globally used...
GENERIC 3 reset and/or...
ELEMENTS 4 styling for...
OBJECTS 5 class-based s...
COMPONENTS 6 specific UI...
UTILITIES 7 utilities and...

URLs

TODO

  • create a repo with and schaffold structure

Footnotes

  1. used with preprocessors and contain font, colors definitions, etc.

  2. globally used mixins and functions. It’s important not to output any CSS in the first 2 layers.

  3. reset and/or normalize styles, box-sizing definition, etc. This is the first layer which generates actual CSS.

  4. styling for bare HTML elements (like H1, A, etc.). These come with default styling from the browser so we can redefine them here.

  5. class-based selectors which define undecorated design patterns, for example media object known from OOCSS

  6. specific UI components. This is where the majority of our work takes place and our UI components are often composed of Objects and Components

  7. utilities and helper classes with ability to override anything which goes before in the triangle, eg. hide helper class

About

Personal study for ITCSS Inverted triangle CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published