Skip to content

hchiam/learning-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just one of the things I'm learning. https://github.com/hchiam/learning

Less is conceptually similar to SASS/SCSS.

https://lesscss.org

https://github.com/less/less.js

Preprocessed

npm install -g less # or yarn global add less
lessc input.less output.css
# lessc, not just less

Live, in-browser

<link rel="stylesheet/less" type="text/css" href="styles.less" />
<script src="https://cdn.jsdelivr.net/npm/less@4.1.1"></script>

Live, editable demo

https://codepen.io/hchiam/pen/ZEaQZbO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published