Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1004 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1004 Bytes


THIS LIBRARY IS CURRENTLY DEPRECATED! ⚠️

The author recommneds using the newest version of BubbleUI for UI component creation.




LSS - Logic Style Sheets

Imagine creating CSS with your favorite programming language.
No. I'm not talking about inline CSS, I'm talking about CSS files.

This library is SIMPLE.

Create element / class / theme.
Set variables.
Set actions and settings.
Compile.

Creating frameworks programmatically.

Creating UI with object oriented programming (OOP) just makes sense.

Wanna make a component inherit some attributes?

Just extend the parent class!

Wanna make different themes for ur app?

Reassign variables with different values.

Load speed ✨

LSS creates a minified version of CSS in just one file.

Supported languages

  • Javascript (Core / Client)
  • Typescript (Core / Client)