Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Alex King edited this page Feb 19, 2018 · 2 revisions

Idea Behind Fairybread

you have probably all read this talk and you have probably all had issues with CSS/SASS/LESS libraries that have local binds not building.

My Goals

  • remove local binding
  • remove complex syntax
  • keep functionality

Result

turns out a lot of CSS is already in javascript so the main issues is creating scopes and what to do with the tags.

Clone this wiki locally