nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions
+9 -10
View File
@@ -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