Skip to content

kenmorechalfant/framewerk.less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framewerk.less

A CSS framework built with LESS. Also includes normalize.css.

Development / Preview

First compile the less to CSS by running npm run compile, which is an alias for npx lessc less/framewerk.less framewerk.css. Then serve the index.html file, e.g. with http-server: npx http-server ..

Usage

In your own LESS file, import the main file from this package:

@import "framewerk/less/framewerk.less";

Then compile the LESS with your method of choice. For example: npx lessc less/yourstyles.less public/style.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published