/css-adapter-demo

Demonstration of the CSS framework adapter pattern.

Primary LanguageHTML

CSS Adapter Demo

Projects that use CSS frameworks such as Bootstrap and Material Design typically litter their markup templates with framework-specific CSS classes. This heavily clutters the markup for developers and increases maintenance for UX. This project demonstrates how to abstract this away by using a SCSS adapter.

Getting started

Build the CSS:

npm run build

Launch the demo:

npm start