https://github.com/fiveisprime/skeleton.less
Base stylings using Skeleton and Less Elements. Offers a great starting point complete with less mixins.
https://github.com/fiveisprime/skeleton.less
Last synced: 11 months ago
JSON representation
Base stylings using Skeleton and Less Elements. Offers a great starting point complete with less mixins.
- Host: GitHub
- URL: https://github.com/fiveisprime/skeleton.less
- Owner: fiveisprime
- Created: 2012-08-15T00:14:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T02:49:22.000Z (over 12 years ago)
- Last Synced: 2025-04-18T15:16:44.425Z (about 1 year ago)
- Language: CSS
- Size: 227 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Skeleton.less
=============
A starting point for building responsive websites using less. This project uses
[Skeleton](http://www.getskeleton.com) along with
[Less Elements](http://lesselements.com).
# Usage
Clone the repository and install the node dependencies, add your HTML content,
then update `variables.less` and `layout.less` with your new styles. To rebuild
the CSS, run `gulp` in terminal.
The most commonly updated values have been placed in `variables.less`. When
creating new styles, add them to `layout.less` which includes a place for site
styles and page styles (just like when using skeleton).
# License
[Skeleton](http://www.getskeleton.com/#licenseandlog) is licensed under the
open-source MIT license.
[Less Elements](http://lesselements.com) is not licensed.