fscss

1.1.6 • Public • Published

FSCSS

FSCSS Style Sheet Figured Shorthand Cascading Style Sheet (FSCSS)
For simplifying CSS coding by introducing shorthand syntax and variables.
example usage


   exec({
      type: 'text',
         content: 'body { background: #0%2([f]); }',
            onSuccess: (styleElement) => console.log('CSS applied:', styleElement),
               onError: (msg) => console.warn('Error applying CSS:', msg)
                });
                
                

Package Sidebar

Install

npm i fscss

Weekly Downloads

33

Version

1.1.6

License

MIT

Unpacked Size

59.2 kB

Total Files

19

Last publish

Collaborators

  • fscss-ttr