andreabreu-me / node-rcs-core

Rename css selectors across all files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rcs-core

Build Status Coverage Status

rcs is short for rename css selectors

Why?

Having long CSS selectors, such as main-menu__item--disabled, can increase the filesizes. With this rcs-core it is easy to rename the selectors and therefore reduce the filesize. You can save around 20% of the filesize by just shorten the CSS selectors in the CSS files.

What does it do?

It basically just rename/minify all CSS selectors in all files. First the library has to be trained with selectors. Based on this data, the selectors can be renamed in all files. Here are some examples made with Bootstrap files.

Some live projects:

Usage

$ npm install --save rcs-core

or

$ yarn add rcs-core

API documentation

Plugins

About

Rename css selectors across all files

License:MIT License


Languages

Language:JavaScript 93.0%Language:CSS 4.7%Language:HTML 2.3%