Skip to content

Weight-Lifting-Journal-bw-7/user-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-interface

HTML/CSS Weight Lifting Journal

How to Install
git clone

into any location

This project uses LESS!

Follow this to learn how to install Less.

Inside the index.less file are the imports to the individual LESS/CSS files in the following order

//VARIABLES & MIXINS
@import 'variables.less';
@import 'mixins.less';

// GENERAL STYLES
@import 'reset.less';
@import 'global.less';

// COMPONENTS
@import 'navigation.less';
@import 'home.less';
@import 'middle.less';
@import 'main.less';
@import 'footer.less';
@import 'about.less';

Only append LESS files. Do NOT change the order.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors