Skip to content

akrck02/LSS-LIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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)