Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSS - Light Style Sheets

LSS

LSS (Light Style Sheets) is a lightweight and beginner-friendly styling language designed to make web design easier than traditional CSS.

LSS works alongside HTML and JavaScript by providing a simple syntax that can be converted into standard CSS.

Why LSS?

CSS is powerful, but it can be difficult for beginners. LSS simplifies web styling by using an easy-to-read format with fewer rules and a cleaner structure.

Features

  • ✅ Simple styling syntax
  • ✅ Works with HTML
  • ✅ Works with JavaScript projects
  • ✅ Beginner friendly
  • ✅ Lightweight
  • ✅ Converts to CSS
  • ✅ Easy-to-read code

Example

LSS

lss >

body >
    background: black >
    text: white >

button >
    background: blue >
    text: white >
    radius: 10 >

How to make a File in LSS

To make a file in LSS you need to do style then you add .lss to it.

Variables for LSS

lss > Means you are starting to style in LSS
body > Means you are styling the body of the website
background > Means you are styling the background of your website
text > Means you are styling the text of the website
button > Means you are styling the button of the website
radius > Means where you are putting each object in your website

Want to learn styling without having to learn CSS, then LSS is perfect for you!

About

Light Style Sheets (LSS) is a lightweight stylesheet language designed to work with HTML and JavaScript, making web styling simpler while compiling to standard CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages