Skip to content

Commit 88c86d7

Browse files
committed
Remove TOC
1 parent f12b6fa commit 88c86d7

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,6 @@
44

55
[![Build Status](https://travis-ci.org/boopathi/react-svg-loader.svg?branch=master)](https://travis-ci.org/boopathi/react-svg-loader) [![npm version](https://badge.fury.io/js/react-svg-loader.svg)](https://badge.fury.io/js/react-svg-loader) [![Code Climate](https://codeclimate.com/github/boopathi/react-svg-loader/badges/gpa.svg)](https://codeclimate.com/github/boopathi/react-svg-loader) [![Test Coverage](https://codeclimate.com/github/boopathi/react-svg-loader/badges/coverage.svg)](https://codeclimate.com/github/boopathi/react-svg-loader/coverage)
66

7-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
8-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9-
**Table of Contents**
10-
11-
- [Versions](#versions)
12-
- [Current](#current)
13-
- [Drops Node 0.12 support & webpack 1 support](#drops-node-012-support--webpack-1-support)
14-
- [Output change from component class to arrow function](#output-change-from-component-class-to-arrow-function)
15-
- [Extensible classes (now you can use with css-modules)](#extensible-classes-now-you-can-use-with-css-modules)
16-
- [Drop option `es5`](#drop-option-es5)
17-
- [v1.x](#v1x)
18-
- [v0.1.x](#v01x)
19-
- [Install](#install)
20-
- [Usage](#usage)
21-
- [Loader output](#loader-output)
22-
- [SVGO options](#svgo-options)
23-
- [Internals](#internals)
24-
- [Transformations](#transformations)
25-
- [1. Hyphenated attributes to camelCase](#1-hyphenated-attributes-to-camelcase)
26-
- [2. Style attr string to object](#2-style-attr-string-to-object)
27-
- [3. Propagate props to root element](#3-propagate-props-to-root-element)
28-
- [4. class to className & class values to styles prop](#4-class-to-classname--class-values-to-styles-prop)
29-
- [5. export React.Component](#5-export-reactcomponent)
30-
- [Example](#example)
31-
- [Input SVG](#input-svg)
32-
- [Output React Component](#output-react-component)
33-
- [CLI](#cli)
34-
- [CLI Options](#cli-options)
35-
- [Assumptions and Other gotchas](#assumptions-and-other-gotchas)
36-
- [LICENSE](#license)
37-
38-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
39-
407
## Versions
418

429
### Current

0 commit comments

Comments
 (0)