Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbenner-radham/semantic-style

A semantic LESS/CSS boilerplate project.
https://github.com/jbenner-radham/semantic-style

css less posh

Last synced: 2 months ago
JSON representation

A semantic LESS/CSS boilerplate project.

Awesome Lists containing this project

README

        

Semantic Style
==============
[![npm Version][NPM VERSION BADGE]][NPM PAGE]
[![GitHub License][LICENSE BADGE]][LICENSE PAGE]
[![Build Status][BUILD BADGE]][BUILD PAGE]

A [LESS](http://lesscss.org/)/CSS project which applies base styles to POSH. Bootstrapped off of [Normalize.css](http://necolas.github.io/normalize.css/).

Install
-------
You can install this module via the following command.

```sh
$ npm install --save semantic-style
```

Demo
----
You can view a demo of the styles by running the following command.

```sh
$ npm start
```

License
-------
The MIT License (Expat). See the [license file](LICENSE) for details.

[BUILD BADGE]: https://img.shields.io/travis/jbenner-radham/semantic-style.svg?style=flat-square
[BUILD PAGE]: https://travis-ci.org/jbenner-radham/semantic-style
[LICENSE BADGE]: https://img.shields.io/github/license/jbenner-radham/semantic-style.svg?style=flat-square
[LICENSE PAGE]: https://github.com/jbenner-radham/semantic-style/blob/master/LICENSE
[NPM PAGE]: https://www.npmjs.com/package/semantic-style
[NPM VERSION BADGE]: https://img.shields.io/npm/v/semantic-style.svg?style=flat-square