Skip to content

Manaus/LessWind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LessWind

This project is at an early stage!

This project is a mixin library to speed up the development of style sheets for web pages. The idea is to convert utility classes into mixins, and declutter web pages. The pre-processor used is Less.

For example:

.my-section {
    .p-1; // padding: 1rem 
    .bg-red; // background-color; red;
    .h-half; // height: 50vh;
}

Development process

I'm using EasyLess for transpiling Less files to Css. EasyLess is an extension you can find in the Extensions Catalogue within Microsoft VSCode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages