nav tabs on admin dashboard
This commit is contained in:
+9
-10
@@ -1,4 +1,4 @@
|
||||
# postcss-normalize-charset [![Build Status][ci-img]][ci]
|
||||
# postcss-normalize-charset
|
||||
|
||||
Add necessary or remove extra charset with PostCSS
|
||||
|
||||
@@ -23,7 +23,7 @@ a{
|
||||
|
||||
##### add
|
||||
|
||||
Type: `boolean`
|
||||
Type: `boolean`
|
||||
Default: `true`
|
||||
|
||||
Pass `false` to stop the module from adding a `@charset` declaration if it was
|
||||
@@ -31,14 +31,13 @@ missing from the file (and the file contained non-ascii characters).
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
postcss([ require('postcss-normalize-charset') ])
|
||||
```
|
||||
See the [PostCSS documentation](https://github.com/postcss/postcss#usage) for
|
||||
examples for your environment.
|
||||
|
||||
See [PostCSS] docs for examples for your environment.
|
||||
## Contributors
|
||||
|
||||
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)
|
||||
|
||||
[PostCSS]: https://github.com/postcss/postcss
|
||||
[ci-img]: https://travis-ci.org/ben-eb/postcss-normalize-charset.svg
|
||||
[ci]: https://travis-ci.org/ben-eb/postcss-normalize-charset
|
||||
|
||||
Reference in New Issue
Block a user