Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/watscho/limbo-css

Serve to reset stylesheets, full reset styles.
https://github.com/watscho/limbo-css

css full-reset limbo limbo-css reset-css sass

Last synced: 8 days ago
JSON representation

Serve to reset stylesheets, full reset styles.

Awesome Lists containing this project

README

        

# limbo-css

Full reset styles.

### Install

With [NPM](http://npmjs.com):

```command
$ npm install limbo-css
```

With [Yarn](https://yarnpkg.com):

```command
$ yarn add limbo-css
```

## Usage

HTML:

```html

```

CSS:

```css
@import '/path/to/limbo-css/limbo.css';
```

Via PostCSS and [postcss-import](https://github.com/postcss/postcss-import):

```css
@import 'limbo-css';
```

Via webpack and [css-loader](https://github.com/webpack-contrib/css-loader):

```js
import 'limbo-css';
```

Via Less:

```less
@import '/path/to/limbo-css/less/limbo';
```

Via Sass:

```scss
@import '/path/to/limbo-css/sass/limbo';
```

## License

This project is an open-source with an [MIT License](https://github.com/watscho/limbo-css/blob/master/license)