Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

robinvdvleuten/postcss-camelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCSS Camelize

Build Status Standard - JavaScript Style Guide

A PostCSS plugin for camelizing strings;

.camelize(a-non-camelized-selector) {
    /* Input example */
}
.aNonCamelizedSelector {
  /* Output example */
}

Installation

$ yarn add postcss-camelize --dev

Alternatively using npm:

$ npm install postcss-camelize --save-dev

Usage

postcss([ require('postcss-camelize') ])

License

MIT © Robin van der Vleuten