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.
- Host: GitHub
- URL: https://github.com/blaknite/pure_extensions
- Owner: blaknite
- License: mit
- Created: 2018-05-25T06:28:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T06:34:16.000Z (about 7 years ago)
- Last Synced: 2025-02-03T23:55:57.560Z (4 months ago)
- Topics: css, purecss, scss
- Language: CSS
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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.