easy-css is a small ITCSS SASS framework inspired by nebula-css. It uses the BEM naming convention with the namespace 'ea'. It is designed to be extended appropriately using ITCSS. It contains no component layerand thus has no visual styling CSS except for normalizing CSS. Compiling and consuming the file (as you would with Bootstrap) will likely lead to specificity issues.
Github: https://github.com/LeeCheneler/easy-css
npm: https://www.npmjs.com/package/easy-css
Inspect the source of this page to see how to utilize the following features of the framework.
Basic responsive typography, rem based sizing configurable for each breakpoint.
(p)Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum scelerisque lobortis leo eget elementum. Aenean et ipsum tristique lorem mattis semper. Etiam ultrices efficitur interdum
Simple, intuitive grid system. Items are percentage width based. there is no notion of a 'row', items are in a flag list within the grid.
Very simple list, supports inline and uniform spacing.
The flag is a very powerful object. Consisting of a fixed width component and fluid body (fills all remaining space), items can trivially be aligned next to one another with vertical alignment support.
easy-css contains numerous utility classes to make life easier.