Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jbenner-radham/semantic-style
- Owner: jbenner-radham
- License: mit
- Created: 2014-04-02T01:15:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T21:00:30.000Z (almost 8 years ago)
- Last Synced: 2023-03-30T08:33:59.980Z (almost 2 years ago)
- Topics: css, less, posh
- Language: CSS
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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