This package provides some classes to help you create CSS statements at runtime in a easy way.
import*asOSSfrom'@singleware/oss';conststylesheet=newOSS.Stylesheet();conststyle=stylesheet.select('.my-class');style.display='block';style.padding='1rem';style.boxSizing='border-box';constcss=stylesheet.toString();Using npm:
npm i @singleware/oss