Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/watscho/limbo-css
- Owner: watscho
- License: mit
- Created: 2020-07-23T17:50:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T08:07:26.000Z (over 3 years ago)
- Last Synced: 2024-10-28T03:23:00.734Z (about 2 months ago)
- Topics: css, full-reset, limbo, limbo-css, reset-css, sass
- Language: Less
- Homepage: https://www.npmjs.com/package/limbo-css
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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)