New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

funkcss

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

funkcss - npm Package Compare versions

Comparing version 0.5.2 to 0.6.2

lib/default-gaps.css

12

CHANGELOG.md

@@ -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:

2

gulpfile.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc