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

https://github.com/blaknite/pure_extensions

Extends Pure CSS by adding additional interface elements and responsive utility classes.
https://github.com/blaknite/pure_extensions

css purecss scss

Last synced: 3 months ago
JSON representation

Extends Pure CSS by adding additional interface elements and responsive utility classes.

Awesome Lists containing this project

README

        

# pure_extensions

`pure_extensions` extends Pure CSS by adding additional interface elements and responsive
utility classes. It also removes shadows and rounded corners from forms.

## Install

Import directly into your Sass/SCSS project:

```scss
@import url("https://raw.githubusercontent.com/blaknite/pure_extensions/blob/master/dist/pure_extensions.css");
```

Link in your HTML ``:

```html

```

## Development

Clone this repository and then run `bin/prepare` from the project root.

Run `bin/build` to build a new distribution of the CSS.