Comparing version 0.5.2 to 0.6.2
@@ -0,1 +1,13 @@ | ||
## [v0.6.1] | ||
#### Added: | ||
- Adds default gaps to layout helpers (top, left, bottom, right) | ||
Now you can use `.m-1` which extend to `margin-top: .5rem;` | ||
#### Changed: | ||
- Update stylelint rules | ||
#### Removed: | ||
- Removes rem fallback from cssnext | ||
- Removes autoprefixer from cssnane (duplicated, we already have from cssnext) | ||
## [v0.5.1] | ||
@@ -2,0 +14,0 @@ #### Added: |
@@ -11,3 +11,3 @@ var gulp = require('gulp'); | ||
require('postcss-for')(), | ||
require("postcss-cssnext")(), | ||
require("postcss-cssnext")({features: { rem: false }}), | ||
require("cssnano")({ autoprefixer: false }), | ||
@@ -14,0 +14,0 @@ require('postcss-reporter')() |
{ | ||
"name": "funkcss", | ||
"version": "0.5.2", | ||
"version": "0.6.2", | ||
"description": "Functional CSS", | ||
@@ -5,0 +5,0 @@ "repository": { |
![funkcss](images/logo.png) | ||
[![funkcss npm](https://img.shields.io/npm/v/funkcss.svg)](https://www.npmjs.com/package/funkcss) [![Build Status](https://travis-ci.org/filipelinhares/funkcss.svg?branch=master)](https://travis-ci.org/filipelinhares/funkcss) | ||
--- | ||
<img src="images/father.png" align="right" alt="A father" /> | ||
### Extendable | ||
Following strict yet simple conventions it's easy to extend funkcss to suit almost any project. | ||
<img src="images/futuristic.png" align="right" alt="a robot"/> | ||
### No side-effects | ||
With immutable helpers it makes sure your style is applyed independent of context. | ||
<img src="images/handly.png" align="right" alt="a remote control"/> | ||
### Handly | ||
Following emmet naming convention: `.ta-c` is `text-align: center;` make it is easy to type. | ||
- Following emmet naming convention: `.ta-c` is `text-align: center;` make it is easy to type. | ||
- Funkcss uses PostCSS to use the new cool features of css. | ||
- In just 18.5KBs you get a complete CSS toolkit. | ||
## Development | ||
@@ -17,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25
422
71813
28